aboutsummaryrefslogtreecommitdiff
path: root/math/atlas
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-11 21:42:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-11 21:42:56 +0000
commit31bae9c2b39bf4c9c7a6d1f1b1ed6e769674e174 (patch)
treeaf0d5ef9d2a2346c0098fc4a212eeeb093d25981 /math/atlas
parent0fa7ab17b86e6676c494f7ac51b092025d34bd56 (diff)
downloadports-31bae9c2b39bf4c9c7a6d1f1b1ed6e769674e174.tar.gz
ports-31bae9c2b39bf4c9c7a6d1f1b1ed6e769674e174.zip
Notes
Diffstat (limited to 'math/atlas')
-rw-r--r--math/atlas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index 8afdcb101d81..ef0c4a0380cb 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -47,9 +47,9 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
# only affects for lapack sub project
.if defined(WITH_OPTIMIZED_FLAGS)
.if defined(CPUTYPE)
-FFLAGS+= -mtune=${CPUTYPE} -pipe -O2 -ffast-math -fomit-frame-pointer
+FFLAGS+= -mtune=${CPUTYPE} -pipe -O2 -ffast-math
.else
-FFLAGS+= -pipe -O2 -ffast-math -fomit-frame-pointer
+FFLAGS+= -pipe -O2 -ffast-math
.endif
.endif