Mirror the changes to sys/arch/cats/conf/Makefile.cats.inc: remove
some more ELF sections when copying to a.out format: .debug_frame, .debug_loc, .debug_pubnames, and .debug_aranges.
This commit is contained in:
parent
bdb5991549
commit
28599b0f97
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2008/01/19 00:03:39 he Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2008/06/09 20:05:12 he Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
@ -15,6 +15,7 @@ MDSET_NOSTRIP= # defined
|
|||
MDSET_POST.netbsd.aout-INSTALL= \
|
||||
${OBJCOPY} -O a.out-arm-netbsd \
|
||||
-R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
|
||||
-R .debug_frame -R .debug_loc -R .debug_pubnames -R .debug_aranges \
|
||||
-R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
|
||||
${.TARGET} ${.TARGET}
|
||||
|
||||
|
|
Loading…
Reference in New Issue