summaryrefslogtreecommitdiff
path: root/emulators/ia64sim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-11 00:44:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-11 00:44:31 +0000
commitf8337401f0839507c1f7175d9b59fe20678ca025 (patch)
tree7d42a85bcb85d0ebf98909be21f3111e8dc6d731 /emulators/ia64sim
parentTotally turn off the processing of MESSAGE until I can remember what the (diff)
Make CFLAGS clean.
Notes
Notes: svn path=/head/; revision=39492
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r--emulators/ia64sim/files/patch-makefile.unx16
1 files changed, 4 insertions, 12 deletions
diff --git a/emulators/ia64sim/files/patch-makefile.unx b/emulators/ia64sim/files/patch-makefile.unx
index 08c1f2bb5fd5..168af2254b57 100644
--- a/emulators/ia64sim/files/patch-makefile.unx
+++ b/emulators/ia64sim/files/patch-makefile.unx
@@ -1,13 +1,5 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 12:59:03 agc Exp $
-
---- makefile.unx 1999/12/10 12:46:49 1.1
-+++ makefile.unx 1999/12/10 12:47:03
-@@ -18,7 +18,7 @@
- OBJDIR = obj
- INCDIR = include
- CC = gcc
+--- makefile.unx.orig Wed Mar 8 04:58:52 2000
++++ makefile.unx Sat Mar 10 16:42:01 2001
+@@ -21 +21 @@
-CFLAGS = -O3 -m486 -fomit-frame-pointer -s -I$(INCDIR)
-+CFLAGS = -O3 -fomit-frame-pointer -s -I$(INCDIR)
-
- ASMSRCS= assemble.c bundle.c asmfunc.c jumptbl.c decode.c
-
++CFLAGS += -fomit-frame-pointer -s -I$(INCDIR)