diff options
-rw-r--r-- | math/fftw3/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 083de302192a..1e915a5d9561 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -124,9 +124,6 @@ CFLAGS+= -fomit-frame-pointer . if ${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI} CFLAGS+= -malign-double . endif -. if ${ARCH} == "armv6" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032 -CFLAGS+= -fno-unsafe-math-optimizations -. endif WITHOUT_NO_STRICT_ALIASING= yes .endif # end OPTIMIZED_CFLAGS |