Source-Changes-HG archive

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

[src/trunk]: src Give LLVM a bit breathing room for the sshramdisk when build...



details:   https://anonhg.NetBSD.org/src/rev/8ca5deac84a8
branches:  trunk
changeset: 806425:8ca5deac84a8
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Feb 23 23:21:47 2015 +0000

description:
Give LLVM a bit breathing room for the sshramdisk when building for
generic ARM.

diffstat:

 distrib/evbarm/instkernel/sshramdisk/Makefile |  4 ++--
 sys/arch/evbarm/conf/RPI_INSTALL              |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 35977f6d362c -r 8ca5deac84a8 distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Mon Feb 23 20:49:53 2015 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Mon Feb 23 23:21:47 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2015/02/16 21:48:48 skrll Exp $
+#      $NetBSD: Makefile,v 1.8 2015/02/23 23:21:47 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     14m
+IMAGESIZE=     14848k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r 35977f6d362c -r 8ca5deac84a8 sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Mon Feb 23 20:49:53 2015 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Mon Feb 23 23:21:47 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.7 2015/02/16 22:50:02 skrll Exp $
+#      $NetBSD: RPI_INSTALL,v 1.8 2015/02/23 23:21:47 joerg Exp $
 #
 #      RPI_INSTALL -- RPI kernel with installation-sized
 #      ramdisk
@@ -8,7 +8,7 @@
 include "arch/evbarm/conf/INSTALL"
 
 no options     MEMORY_DISK_ROOT_SIZE
-options        MEMORY_DISK_ROOT_SIZE=28672
+options        MEMORY_DISK_ROOT_SIZE=29696
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index