summaryrefslogtreecommitdiff
path: root/emulators/hercules/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hercules/patches/patch-aa')
-rw-r--r--emulators/hercules/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hercules/patches/patch-aa b/emulators/hercules/patches/patch-aa
index c61e5042b77..aa4bf32fbfc 100644
--- a/emulators/hercules/patches/patch-aa
+++ b/emulators/hercules/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2001/02/21 09:19:24 agc Exp $
+$NetBSD: patch-aa,v 1.4 2001/03/09 16:37:34 agc Exp $
Set up compilation flags for NetBSD
@@ -22,11 +22,11 @@ Set up compilation flags for NetBSD
endif
ifeq ($(HOST_ARCH),i586)
-CFLAGS += -O3 -malign-double -march=pentium
-+CFLAGS += -O3 -march=pentium
++CFLAGS += -O3
endif
ifeq ($(HOST_ARCH),i686)
-CFLAGS += -O3 -malign-double -march=pentiumpro
-+CFLAGS += -O3 -march=pentiumpro
++CFLAGS += -O3
endif
ifeq ($(HOST_ARCH),alpha)
CFLAGS += -O2 -DNO_ASM_BYTESWAP