pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/ia64sim Don't strip the binary if INSTALL_UN...
details: https://anonhg.NetBSD.org/pkgsrc/rev/312d2c56c647
branches: trunk
changeset: 539099:312d2c56c647
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Feb 27 16:45:36 2008 +0000
description:
Don't strip the binary if INSTALL_UNSTRIPPED=yes.
diffstat:
emulators/ia64sim/distinfo | 4 ++--
emulators/ia64sim/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 934e69bd144d -r 312d2c56c647 emulators/ia64sim/distinfo
--- a/emulators/ia64sim/distinfo Wed Feb 27 16:15:30 2008 +0000
+++ b/emulators/ia64sim/distinfo Wed Feb 27 16:45:36 2008 +0000
@@ -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 -r 934e69bd144d -r 312d2c56c647 emulators/ia64sim/patches/patch-aa
--- a/emulators/ia64sim/patches/patch-aa Wed Feb 27 16:15:30 2008 +0000
+++ b/emulators/ia64sim/patches/patch-aa Wed Feb 27 16:45:36 2008 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index