diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-06 02:05:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-06 02:05:48 +0000 |
commit | 53ed4e4bea86b32ffbdd27b0efaefdf65177f263 (patch) | |
tree | 63f332e332a246a1ed9da0909c55aee3b9c46c9b /math/scalapack/Makefile | |
parent | aa5f59396b647f12f0a801768a4e9dceac9434b0 (diff) | |
download | ports-53ed4e4bea86b32ffbdd27b0efaefdf65177f263.tar.gz ports-53ed4e4bea86b32ffbdd27b0efaefdf65177f263.zip |
Notes
Diffstat (limited to 'math/scalapack/Makefile')
-rw-r--r-- | math/scalapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index 6197e6986659..b4cd1f6e336a 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -47,7 +47,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .if ${ARCH} == "amd64" FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time -.else if ${ARCH} == "i386" +.elif ${ARCH} == "i386" FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boundary=3 CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boundary=3 .else |