diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-06 18:58:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-06 18:58:14 +0000 |
commit | 9824e2c862818492aae43ff321913c578a290da2 (patch) | |
tree | a7a17972742d635fcfe4ea9655ea907cd2307675 /emulators/ia64sim/files/patch-makefile.unx | |
parent | Upgrade to 20010418a. (diff) |
Update to version 0.5.
Notes
Notes:
svn path=/head/; revision=42339
Diffstat (limited to 'emulators/ia64sim/files/patch-makefile.unx')
-rw-r--r-- | emulators/ia64sim/files/patch-makefile.unx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/emulators/ia64sim/files/patch-makefile.unx b/emulators/ia64sim/files/patch-makefile.unx index 168af2254b57..c13fc41cae36 100644 --- a/emulators/ia64sim/files/patch-makefile.unx +++ b/emulators/ia64sim/files/patch-makefile.unx @@ -1,5 +1,8 @@ ---- makefile.unx.orig Wed Mar 8 04:58:52 2000 -+++ makefile.unx Sat Mar 10 16:42:01 2001 +--- makefile.unx.orig Sat Feb 12 22:25:47 2000 ++++ makefile.unx Sun May 6 11:48:13 2001 @@ -21 +21 @@ -CFLAGS = -O3 -m486 -fomit-frame-pointer -s -I$(INCDIR) -+CFLAGS += -fomit-frame-pointer -s -I$(INCDIR) ++CFLAGS += -s -I$(INCDIR) +@@ -25 +25 @@ +-EXECSRCS = execute.c utils.c f_unit.c b_unit.c x_unit.c \ ++EXECSRCS = elf.c execute.c utils.c f_unit.c b_unit.c x_unit.c \ |