Module Name:    src
Committed By:   matt
Date:           Wed Dec 24 00:36:09 UTC 2014

Modified Files:
        src/sys/arch/macppc/stand/ofwboot: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/macppc/stand/ofwboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/stand/ofwboot/Makefile
diff -u src/sys/arch/macppc/stand/ofwboot/Makefile:1.54 src/sys/arch/macppc/stand/ofwboot/Makefile:1.55
--- src/sys/arch/macppc/stand/ofwboot/Makefile:1.54	Sun Aug 10 17:44:26 2014
+++ src/sys/arch/macppc/stand/ofwboot/Makefile	Wed Dec 24 00:36:09 2014
@@ -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}.elf: ${OBJS} ${LIBSA} ${LIBZ} ${
 
 ${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 \

Reply via email to