diff options
author | agc <agc@pkgsrc.org> | 2001-03-09 16:37:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-09 16:37:34 +0000 |
commit | f4ed546ffd87a79227faa704bebc375db4df82f4 (patch) | |
tree | 57d480f400766c49884cf451ca87ad787e49964f /emulators/hercules/patches | |
parent | 0061f78530a1c16d12edfab3b1faca403fc139c9 (diff) | |
download | pkgsrc-f4ed546ffd87a79227faa704bebc375db4df82f4.tar.gz |
Remove the pentium and pentiumpro machine switches from the gcc flags
in the makefile, and regenerate patch-sum.
Diffstat (limited to 'emulators/hercules/patches')
-rw-r--r-- | emulators/hercules/patches/patch-aa | 6 |
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 |