diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 13:56:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 13:56:07 +0000 |
commit | 02ad2196fe0a636c358c46fb2ea614d92b8b842d (patch) | |
tree | 8239ab5a368eb64f97545a17f8f08de3b09d2b01 /benchmarks/himenobench | |
parent | f5da8821f26667d2daf613ff6f032dade9bfdcf7 (diff) | |
download | ports-02ad2196fe0a636c358c46fb2ea614d92b8b842d.tar.gz ports-02ad2196fe0a636c358c46fb2ea614d92b8b842d.zip |
Fix typo
Notes
Notes:
svn path=/head/; revision=116403
Diffstat (limited to 'benchmarks/himenobench')
-rw-r--r-- | benchmarks/himenobench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 9a1ac68b230a..7bcde1996818 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -27,8 +27,8 @@ EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha RESTRICTED= "unsure to redistribute" .if defined(OPTIMIZED_FLAGS) -FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll -loops -fexpensive-optimizations -malign-double -CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll -loops -fexpensive-optimizations -malign-double +FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double +CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double .if (${MACHINE_ARCH} == "i386") CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 |