diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-04-06 07:15:16 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-04-06 07:15:16 +0000 |
commit | 075ff4789b3d6ad1bff2110eb1c500fefa5f77be (patch) | |
tree | 9b7934490f91dcce8abe67396c318f2826e6d317 /emulators | |
parent | bd045a272b63f9123784b727813779888c82a804 (diff) | |
download | FreeBSD-ports-075ff4789b3d6ad1bff2110eb1c500fefa5f77be.zip FreeBSD-ports-075ff4789b3d6ad1bff2110eb1c500fefa5f77be.tar.gz |
Don't require a 686.
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index f5c3b31..64c432a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -149,7 +149,7 @@ ASM_COMMENT=\# # Heavy optimization - enabled by default because it doesn't seem # to break things, and enables considerable speedup. .if !defined(WITH_OPTIMIZATION) || ${WITH_OPTIMIZATION} != "no" -CFLAGS+= -O3 -march=i686 -Wall -Wno-unused -funroll-loops \ +CFLAGS+= -O3 -Wall -Wno-unused -funroll-loops \ -fstrength-reduce -fomit-frame-pointer -ffast-math \ -malign-functions=4 -malign-jumps=4 -malign-loops=4 .endif |