Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot Bump image size a bit for the clang b...



details:   https://anonhg.NetBSD.org/src/rev/03598b3de13d
branches:  trunk
changeset: 820467:03598b3de13d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jan 10 13:35:44 2017 +0000

description:
Bump image size a bit for the clang build.

diffstat:

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

diffs (12 lines):

diff -r c87afe01a962 -r 03598b3de13d distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Tue Jan 10 10:33:49 2017 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Tue Jan 10 13:35:44 2017 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.24 2016/06/03 15:44:50 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.25 2017/01/10 13:35:44 joerg Exp $
 
-IMAGESIZE=     9400k
+IMAGESIZE=     9500k
 DBG=           ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
 
 MAKEFS_FLAGS=   -o density=4k



Home | Main Index | Thread Index | Old Index