diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-11 00:44:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-11 00:44:31 +0000 |
commit | 3e4611406db6db9987d74e7c94fcd5de1ec9de05 (patch) | |
tree | 941af03b259da9b821ab28bdf9dc6f55aea381dd /emulators | |
parent | 8dc180742b944a24ba9696422047820c14031cc5 (diff) | |
download | FreeBSD-ports-3e4611406db6db9987d74e7c94fcd5de1ec9de05.zip FreeBSD-ports-3e4611406db6db9987d74e7c94fcd5de1ec9de05.tar.gz |
Make CFLAGS clean.
Diffstat (limited to 'emulators')
-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 08c1f2b..168af22 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) |