aboutsummaryrefslogtreecommitdiff
path: root/math/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'math/atlas')
-rw-r--r--math/atlas/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index 33122077e3f4..4c97b8145d77 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -32,10 +32,7 @@ USE_GCC=3.4
# only affects for lapack sub project
.if defined(WITH_OPTIMIZED_FLAGS)
-FFLAGS+=-pipe -O3 -ffast-math -finline-functions -fstrength-reduce -funroll-loops -fexpensive-optimizations
-.if (${MACHINE_ARCH} == "i386" && !${MACHINE_ARCH} == "amd64" )
-FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double
-.endif # i386
+FFLAGS+=-pipe -O3 -ffast-math
.endif
post-patch: