diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-11 00:44:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-11 00:44:31 +0000 |
commit | f8337401f0839507c1f7175d9b59fe20678ca025 (patch) | |
tree | 7d42a85bcb85d0ebf98909be21f3111e8dc6d731 /emulators/ia64sim | |
parent | ad487d30411bec721fe833fd7166bd44cc200dfd (diff) |
Notes
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r-- | emulators/ia64sim/files/patch-makefile.unx | 16 |
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) |