Source-Changes-HG archive

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

[src/trunk]: src For GCC 3.3.1, need to remove .comment too.



details:   https://anonhg.NetBSD.org/src/rev/553844bbf90e
branches:  trunk
changeset: 552179:553844bbf90e
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 21 00:19:31 2003 +0000

description:
For GCC 3.3.1, need to remove .comment too.

diffstat:

 distrib/shark/instkernel/instkernel/Makefile |  4 ++--
 sys/arch/shark/conf/Makefile.shark.inc       |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 7265c5917f95 -r 553844bbf90e distrib/shark/instkernel/instkernel/Makefile
--- a/distrib/shark/instkernel/instkernel/Makefile      Sat Sep 20 23:44:07 2003 +0000
+++ b/distrib/shark/instkernel/instkernel/Makefile      Sun Sep 21 00:19:31 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2002/11/23 16:02:55 thorpej Exp $
+#      $NetBSD: Makefile,v 1.14 2003/09/21 00:19:31 matt Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,7 +10,7 @@
 MDSET_RELEASEDIR=      binary/kernel
 
 MDSET_POST.-= \
-       ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs \
+       ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment \
            ${.TARGET} ${.TARGET}
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"
diff -r 7265c5917f95 -r 553844bbf90e sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc    Sat Sep 20 23:44:07 2003 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc    Sun Sep 21 00:19:31 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.shark.inc,v 1.3 2003/01/03 02:34:49 thorpej Exp $
+#      $NetBSD: Makefile.shark.inc,v 1.4 2003/09/21 00:20:28 matt Exp $
 
 CPPFLAGS+=             -D${MACHINE}
 GENASSYM_EXTRAS+=      ${THISARM}/shark/genassym.cf
@@ -13,6 +13,6 @@
        echo "${DBSYM} $@ || true"; \
        ${DBSYM} $@ || true; \
        echo \
-        "${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs $@ $@.aout"; \
-       ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs $@ $@.aout
+        "${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment $@ $@.aout"; \
+       ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment $@ $@.aout
 .endif



Home | Main Index | Thread Index | Old Index