diff options
author | maho <maho@FreeBSD.org> | 2004-08-16 13:56:07 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-16 13:56:07 +0000 |
commit | 3e54458df8f3fb97d59458ac4a05b3c241a50cb3 (patch) | |
tree | c7300dbdfc4a4a9947963d3f15664877fb9a3a42 /benchmarks | |
parent | 9c399cec6f15d8b5ea55207e73846442ebab94fa (diff) | |
download | FreeBSD-ports-3e54458df8f3fb97d59458ac4a05b3c241a50cb3.zip FreeBSD-ports-3e54458df8f3fb97d59458ac4a05b3c241a50cb3.tar.gz |
Fix typo
Diffstat (limited to 'benchmarks')
-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 9a1ac68..7bcde19 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 |