Module Name: src
Committed By: joerg
Date: Tue Aug 22 11:14:28 UTC 2017
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Strip .debug_macinfo when converting to a.out, clang may generate it.
To generate a diff of this commit:
cvs rdiff -u -r1.1015 -r1.1016 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1015 src/share/mk/bsd.own.mk:1.1016
--- src/share/mk/bsd.own.mk:1.1015 Wed Aug 16 13:53:54 2017
+++ src/share/mk/bsd.own.mk Tue Aug 22 11:14:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1015 2017/08/16 13:53:54 tsutsui Exp $
+# $NetBSD: bsd.own.mk,v 1.1016 2017/08/22 11:14:28 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -625,6 +625,7 @@ OBJCOPY_ELF2AOUT_FLAGS?= \
-R .debug_pubtypes \
-R .debug_ranges \
-R .debug_str \
+ -R .debug_macinfo \
-R .eh_frame \
-R .note.netbsd.ident
.endif