Source-Changes-HG archive

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

[src/trunk]: src/distrib Explicitly build space constrained ramdisk images wi...



details:   https://anonhg.NetBSD.org/src/rev/36e68349bf52
branches:  trunk
changeset: 789272:36e68349bf52
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 12 16:31:28 2013 +0000

description:
Explicitly build space constrained ramdisk images without unwind tables.

diffstat:

 distrib/arc/ramdisk/Makefile                  |  4 ++--
 distrib/ews4800mips/floppies/ramdisk/Makefile |  4 ++--
 distrib/sparc/miniroot/Makefile.inc           |  4 ++--
 distrib/sun2/miniroot/Makefile                |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (67 lines):

diff -r efe86b3b8e6e -r 36e68349bf52 distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile      Mon Aug 12 16:17:07 2013 +0000
+++ b/distrib/arc/ramdisk/Makefile      Mon Aug 12 16:31:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2013/08/08 13:21:38 he Exp $
+#      $NetBSD: Makefile,v 1.23 2013/08/12 16:31:28 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
-DBG=           -Os -mmemcpy
+DBG=           -Os -mmemcpy -fno-unwind-tables
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"
diff -r efe86b3b8e6e -r 36e68349bf52 distrib/ews4800mips/floppies/ramdisk/Makefile
--- a/distrib/ews4800mips/floppies/ramdisk/Makefile     Mon Aug 12 16:17:07 2013 +0000
+++ b/distrib/ews4800mips/floppies/ramdisk/Makefile     Mon Aug 12 16:31:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2010/05/04 13:33:13 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.11 2013/08/12 16:31:28 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
-DBG=           -Os -mmemcpy
+DBG=           -Os -mmemcpy -fno-unwind-tables
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"
diff -r efe86b3b8e6e -r 36e68349bf52 distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Mon Aug 12 16:17:07 2013 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Mon Aug 12 16:31:28 2013 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.19 2012/08/18 09:33:25 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.20 2013/08/12 16:31:28 joerg Exp $
 
 IMAGESIZE=     8192k
-DBG=           -Os
+DBG=           -Os -fno-unwind-tables
 MAKEFS_FLAGS=   -o density=4k
 IMAGEENDIAN=   be
 MAKEDEVTARGETS=        all ipty
diff -r efe86b3b8e6e -r 36e68349bf52 distrib/sun2/miniroot/Makefile
--- a/distrib/sun2/miniroot/Makefile    Mon Aug 12 16:17:07 2013 +0000
+++ b/distrib/sun2/miniroot/Makefile    Mon Aug 12 16:31:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.33 2010/02/11 09:06:50 roy Exp $
+#      $NetBSD: Makefile,v 1.34 2013/08/12 16:31:28 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -12,7 +12,7 @@
 KERNEL=                ${KERNOBJDIR}/INSTALL/netbsd
 
 WARNS=         1
-DBG=           -Os
+DBG=           -Os -fno-unwind-tables
 
 CRUNCHBIN=     instbin
 CRUNCHGEN_FLAGS= -d "${DBG}"



Home | Main Index | Thread Index | Old Index