python-soxr icon indicating copy to clipboard operation
python-soxr copied to clipboard

Build breaks on arm64: cc: error: unsupported option '-mfpu=' for target 'aarch64-unknown-freebsd15.0'

Open yurivict opened this issue 5 months ago • 1 comments

cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -Ilibsoxr/src -Isrc/soxr -I/usr/local/lib/python3.9/site-packages/numpy/core/include -I/usr/local/lib/python3.9/site-packages/numpy/core/include -I/usr/local/include/python3.9 -c libsoxr/src/cr.c -o build/temp.freebsd-15.0-CURRENT-arm64-cpython-39/libsoxr/src/cr.o -DSOXR_LIB -mfpu=neon -std=gnu99 -Werror=implicit
cc: error: unsupported option '-mfpu=' for target 'aarch64-unknown-freebsd15.0'
error: command '/usr/bin/cc' failed with exit code 1

yurivict avatar Jan 24 '24 02:01 yurivict