diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-25 05:40:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-25 05:40:14 +0000 |
commit | e1a067b7f1bab001db540a673a66805f4bfaed89 (patch) | |
tree | fdeb377c1aee2527de97b190f418977a0a59554e /math | |
parent | 2744e071c8cbfb40a2d2009bd249f17c6e41e92a (diff) | |
download | ports-e1a067b7f1bab001db540a673a66805f4bfaed89.tar.gz ports-e1a067b7f1bab001db540a673a66805f4bfaed89.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas-devel/Makefile | 5 | ||||
-rw-r--r-- | math/atlas/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 51d169bd0cf0..c905ee32a6a8 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -33,10 +33,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: 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: |