Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/ofwboot Don't strip the .mrg since the...



details:   https://anonhg.NetBSD.org/src/rev/5fab1bb6d7ec
branches:  trunk
changeset: 805217:5fab1bb6d7ec
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 24 00:36:09 2014 +0000

description:
Don't strip the .mrg since the symbols can be useful.

diffstat:

 sys/arch/macppc/stand/ofwboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fae3f57d4485 -r 5fab1bb6d7ec sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Tue Dec 23 20:26:30 2014 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Wed Dec 24 00:36:09 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.54 2014/08/10 17:44:26 joerg Exp $
+#      $NetBSD: Makefile,v 1.55 2014/12/24 00:36:09 matt Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -100,7 +100,7 @@
 
 ${PROG}.xcf: ${OBJS} ${XCOFFXTRAOBJ} ${LIBSA} ${LIBZ} ${LIBKERN}
        ${_MKTARGET_LINK}
-       ${LD} -s -N -T ${.CURDIR}/../fixcoff/elf32_powerpc_merge.x -e _entry \
+       ${LD} -N -T ${.CURDIR}/../fixcoff/elf32_powerpc_merge.x -e _entry \
            -Ttext ${RELOC} -Bstatic -o ${PROG}.mrg  ${XCOFFXTRAOBJ} \
            ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
        ${OBJCOPY} -O aixcoff-rs6000 -R .comment -R .note \



Home | Main Index | Thread Index | Old Index