summaryrefslogtreecommitdiff
path: root/lang/wamcc/files/patch-ab
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-31 11:09:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-31 11:09:02 +0000
commit9a5d4c3327262f9d458034f036784c32cda5d044 (patch)
treea6ab3b70b1a40bd5e12633aed15ae41bd357df6a /lang/wamcc/files/patch-ab
parentInitial import. (diff)
Don't force -O2.
Notes
Notes: svn path=/head/; revision=40648
Diffstat (limited to 'lang/wamcc/files/patch-ab')
-rw-r--r--lang/wamcc/files/patch-ab15
1 files changed, 6 insertions, 9 deletions
diff --git a/lang/wamcc/files/patch-ab b/lang/wamcc/files/patch-ab
index 0de56c1bd19a..9f711e114a83 100644
--- a/lang/wamcc/files/patch-ab
+++ b/lang/wamcc/files/patch-ab
@@ -1,11 +1,8 @@
---- Builtin/Makefile.orig Fri Dec 23 18:10:02 1994
-+++ Builtin/Makefile Tue Sep 14 04:17:29 1999
-@@ -51,7 +51,7 @@
-
-
- starter.c: build_starter Makefile
+--- Builtin/Makefile.orig Fri Dec 23 10:10:02 1994
++++ Builtin/Makefile Sat Mar 31 03:02:41 2001
+@@ -18 +18 @@
+-CFLAGS = -O2 -I../src
++CFLAGS = -O -I../src
+@@ -54 +54 @@
- build_starter $(BIPS) >starter.c
+ ./build_starter $(BIPS) >starter.c
-
- build_starter: build_starter.c
- $(CC) $(CFLAGS) $(LFLAGS) -o build_starter build_starter.c