summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2001-04-06 07:15:16 +0000
committernsayer <nsayer@FreeBSD.org>2001-04-06 07:15:16 +0000
commit075ff4789b3d6ad1bff2110eb1c500fefa5f77be (patch)
tree9b7934490f91dcce8abe67396c318f2826e6d317 /emulators
parentbd045a272b63f9123784b727813779888c82a804 (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud