Source-Changes-HG archive

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

[src/matt-nb6-plus]: src/sys/conf Add SYSTEM_LD_TAIL_DBSYM for arm.



details:   https://anonhg.NetBSD.org/src/rev/b44bb73d0630
branches:  matt-nb6-plus
changeset: 774523:b44bb73d0630
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Dec 04 07:00:30 2012 +0000

description:
Add SYSTEM_LD_TAIL_DBSYM for arm.

diffstat:

 sys/conf/Makefile.kern.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e1559e23bd35 -r b44bb73d0630 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Mon Dec 03 22:00:53 2012 +0000
+++ b/sys/conf/Makefile.kern.inc        Tue Dec 04 07:00:30 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.152 2012/02/12 16:34:11 matt Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.152.4.1 2012/12/04 07:00:30 matt Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -236,6 +236,7 @@
 SYSTEM_LD_TAIL?=@${TOOL_SED} '/const char sccs/!d;s/.*@(.)//;s/\\.*//' vers.c; \
                ${SIZE} $@; chmod 755 $@; \
                ${SYSTEM_CTFMERGE}
+SYSTEM_LD_TAIL_DBSYM?=  true
 
 TEXTADDR?=     ${LOADADDRESS}                  # backwards compatibility
 LINKTEXT?=     ${TEXTADDR:C/.+/-Ttext &/}



Home | Main Index | Thread Index | Old Index