Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/stand/gzboot Clear STRIPFLAGS (stripping in ...
details: https://anonhg.NetBSD.org/src/rev/5a5c88064e20
branches: trunk
changeset: 339344:5a5c88064e20
user: martin <martin%NetBSD.org@localhost>
date: Wed Jul 15 11:21:49 2015 +0000
description:
Clear STRIPFLAGS (stripping in general is dangerous with the -BE8 object
format, and should never be done before the final linking has happened).
>From Rin Okuyama.
diffstat:
sys/arch/evbarm/stand/gzboot/Makefile.gzboot | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4af616175560 -r 5a5c88064e20 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Wed Jul 15 09:20:18 2015 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Wed Jul 15 11:21:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gzboot,v 1.30 2014/01/12 15:26:29 tsutsui Exp $
+# $NetBSD: Makefile.gzboot,v 1.31 2015/07/15 11:21:49 martin Exp $
NOMAN= # defined
@@ -26,6 +26,7 @@
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
+STRIPFLAG=
.PATH: ${EVBARM_STAND}/gzboot
.PATH: ${EVBARM_STAND}/board
Home |
Main Index |
Thread Index |
Old Index