Don't copy .eh_frame section when trying to create a.out binaries.

This commit is contained in:
joerg 2013-08-12 16:38:47 +00:00
parent c5837ca27d
commit 58c5751e1a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.744 2013/08/12 16:17:07 matt Exp $
# $NetBSD: bsd.own.mk,v 1.745 2013/08/12 16:38:47 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -508,6 +508,7 @@ OBJCOPY_ELF2AOUT_FLAGS?= \
-R .debug_pubnames \
-R .debug_pubtypes \
-R .debug_str \
-R .eh_frame \
-R .note.netbsd.ident
.endif