Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mipsco/stand Strip more useless for booters section...



details:   https://anonhg.NetBSD.org/src/rev/6e2a74ff9b58
branches:  trunk
changeset: 347844:6e2a74ff9b58
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 18 14:39:15 2016 +0000

description:
Strip more useless for booters sections so that we fit.

diffstat:

 sys/arch/mipsco/stand/Makefile.booters |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 991f7dd60710 -r 6e2a74ff9b58 sys/arch/mipsco/stand/Makefile.booters
--- a/sys/arch/mipsco/stand/Makefile.booters    Sun Sep 18 14:20:23 2016 +0000
+++ b/sys/arch/mipsco/stand/Makefile.booters    Sun Sep 18 14:39:15 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.22 2016/09/08 14:40:52 christos Exp $
+#      $NetBSD: Makefile.booters,v 1.23 2016/09/18 14:39:15 christos Exp $
 
 NOMAN=         # defined
 NOPIE=         # defined
@@ -67,7 +67,8 @@
 
 CHECKSIZE_CMD?=        SIZE=${SIZE} ${HOST_SH} ${.CURDIR}/../common/checksize.sh
 
-STRIPSECTIONS?= -R .reginfo -R .mdebug.abi32 -R .comment -R .pdr
+STRIPSECTIONS?= -R .reginfo -R .mdebug.abi32 -R .comment -R .pdr \
+       -R .MIPS.abiflags  -R .gnu.attributes
 
 .elif defined(SECONDARY_PROG)
 PROG=          ${SECONDARY_PROG}



Home | Main Index | Thread Index | Old Index