Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/distrib/sparc64/instfs Pull up revision 1.11 (requested...



details:   https://anonhg.NetBSD.org/src/rev/0cd2fe71c36e
branches:  netbsd-1-6
changeset: 529164:0cd2fe71c36e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Oct 13 23:59:51 2002 +0000

description:
Pull up revision 1.11 (requested by martin in ticket #903):
Do not use -Os when compiling small programs for the miniroot or
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.

diffstat:

 distrib/sparc64/instfs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r faad6f49ea1d -r 0cd2fe71c36e distrib/sparc64/instfs/Makefile
--- a/distrib/sparc64/instfs/Makefile   Sun Oct 13 23:59:43 2002 +0000
+++ b/distrib/sparc64/instfs/Makefile   Sun Oct 13 23:59:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2002/05/08 23:11:56 lukem Exp $
+#      $NetBSD: Makefile,v 1.10.2.1 2002/10/13 23:59:51 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,6 +20,8 @@
 .include       "${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:  libhack.o
 
+CRUNCHGEN_FLAGS="-d -O"
+
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"



Home | Main Index | Thread Index | Old Index