Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/conf Do the wildcard symbol dance for the debug...



details:   https://anonhg.NetBSD.org/src/rev/7d4ee4931630
branches:  trunk
changeset: 331579:7d4ee4931630
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 14 20:59:54 2014 +0000

description:
Do the wildcard symbol dance for the debug case as well.

diffstat:

 sys/arch/arm/conf/Makefile.arm |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b6cdd640dea6 -r 7d4ee4931630 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Thu Aug 14 18:39:38 2014 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Thu Aug 14 20:59:54 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.43 2014/08/14 18:39:39 joerg Exp $
+#      $NetBSD: Makefile.arm,v 1.44 2014/08/14 20:59:54 joerg Exp $
 
 # Makefile for NetBSD
 #
@@ -87,7 +87,8 @@
                                    --strip-symbol='[$$][atd]\.*' $@;   \
                        ${SIZE} $@; chmod 755 $@
 .else
-STRIPFLAGS=-g --strip-symbol='$$a' --strip-symbol='$$t' --strip-symbol='$$d'
+STRIPFLAGS=-g --wildcard --strip-symbol='[$$][atd]' \
+          --strip-symbol='[$$][atd]\.*'
 .endif
 
 ##



Home | Main Index | Thread Index | Old Index