summaryrefslogtreecommitdiff
path: root/cross/atasm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cross/atasm/patches/patch-aa')
-rw-r--r--cross/atasm/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/cross/atasm/patches/patch-aa b/cross/atasm/patches/patch-aa
new file mode 100644
index 00000000000..f1b26725f77
--- /dev/null
+++ b/cross/atasm/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/13 23:00:36 minskim Exp $
+
+--- Makefile.orig 2003-08-22 19:53:29.000000000 -0500
++++ Makefile
+@@ -16,10 +16,10 @@ ZLIB = -lz
+ UNIX = -DUNIX
+
+ # Compiler flags, if you are using egcs, pgcs, or gcc >2.8.1 use:
+-CFLAGS = -Wall $(USEZ) $(DOS) $(UNIX) -O3 -fomit-frame-pointer -march=pentiumpro
++CFLAGS += $(USEZ) $(DOS) $(UNIX)
+
+ L = $(ZLIB)
+-CC = gcc
++#CC = gcc
+ DESTDIR = /usr/local/bin
+ MANDIR = /usr/local/man/man1
+ DOCDIR = /usr/local/doc/atasm