Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot Build miniroot binaries for sparc wit...



details:   https://anonhg.NetBSD.org/src/rev/7b99c3690648
branches:  trunk
changeset: 748221:7b99c3690648
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Oct 17 12:45:20 2009 +0000

description:
Build miniroot binaries for sparc with -Os to shrink instfs.tgz
for the second boot floppy which use miniroot objects.

This is workaround for PR install/42146, and ok'ed by mrg@.

diffstat:

 distrib/sparc/miniroot/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b0580b023e42 -r 7b99c3690648 distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Sat Oct 17 11:18:17 2009 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Sat Oct 17 12:45:20 2009 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.15 2009/09/20 23:19:55 abs Exp $
+#      $NetBSD: Makefile.inc,v 1.16 2009/10/17 12:45:20 tsutsui Exp $
 
 IMAGESIZE=     8192k
+DBG=           -Os
 MAKEFS_FLAGS=   -o density=4k
 IMAGEENDIAN=   be
 MAKEDEVTARGETS=        all



Home | Main Index | Thread Index | Old Index