diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-27 16:45:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-27 16:45:36 +0000 |
commit | d039acc4896a8566500b287820d5c2553b344c7e (patch) | |
tree | 6ae2b4074a6df1b25ab0985092c0cdf9c2e71718 /emulators | |
parent | 2b02816f278a326babdda67bb8477b6999ef62dc (diff) | |
download | pkgsrc-d039acc4896a8566500b287820d5c2553b344c7e.tar.gz |
Don't strip the binary if INSTALL_UNSTRIPPED=yes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ia64sim/distinfo | 4 | ||||
-rw-r--r-- | emulators/ia64sim/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/ia64sim/distinfo b/emulators/ia64sim/distinfo index bb7e36ad1bb..ad3ac378e04 100644 --- a/emulators/ia64sim/distinfo +++ b/emulators/ia64sim/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 18:49:19 agc Exp $ +$NetBSD: distinfo,v 1.5 2008/02/27 16:45:36 rillig Exp $ SHA1 (ia64sim-0.3/ia64sim.zip) = 8ec70627716bfcc59f7083f76655bb3ee09aa89f RMD160 (ia64sim-0.3/ia64sim.zip) = 20610c120d8eff5564555b50494de627a88de67b Size (ia64sim-0.3/ia64sim.zip) = 91846 bytes -SHA1 (patch-aa) = ec595d6964bdc9df6ad5501e320523466af3b0cf +SHA1 (patch-aa) = 1e732a6dd645cf090311f080dcb0e22bb124ce01 SHA1 (patch-ab) = 27d7bd7c7e6b0603fa731850b83aa47145defed8 SHA1 (patch-ac) = 42b237f44e4dde9be1897a83ffe97cf5ccf3f8d4 SHA1 (patch-ad) = e1e97c022d64c1729a8c4ca836695148808804d6 diff --git a/emulators/ia64sim/patches/patch-aa b/emulators/ia64sim/patches/patch-aa index 08c1f2bb5fd..71a0c798134 100644 --- a/emulators/ia64sim/patches/patch-aa +++ b/emulators/ia64sim/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 12:59:03 agc Exp $ +$NetBSD: patch-aa,v 1.2 2008/02/27 16:45:36 rillig Exp $ --- makefile.unx 1999/12/10 12:46:49 1.1 +++ makefile.unx 1999/12/10 12:47:03 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/12/10 12:59:03 agc Exp $ INCDIR = include CC = gcc -CFLAGS = -O3 -m486 -fomit-frame-pointer -s -I$(INCDIR) -+CFLAGS = -O3 -fomit-frame-pointer -s -I$(INCDIR) ++CFLAGS = -O3 -fomit-frame-pointer -I$(INCDIR) ASMSRCS= assemble.c bundle.c asmfunc.c jumptbl.c decode.c |