Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Strip .debug_macinfo when converting to a.out, clan...
details: https://anonhg.NetBSD.org/src/rev/ddd17ab1e626
branches: trunk
changeset: 355930:ddd17ab1e626
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Aug 22 11:14:28 2017 +0000
description:
Strip .debug_macinfo when converting to a.out, clang may generate it.
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 23b6915af8d3 -r ddd17ab1e626 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Aug 22 10:25:13 2017 +0000
+++ b/share/mk/bsd.own.mk Tue Aug 22 11:14:28 2017 +0000
@@ -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 @@
-R .debug_pubtypes \
-R .debug_ranges \
-R .debug_str \
+ -R .debug_macinfo \
-R .eh_frame \
-R .note.netbsd.ident
.endif
Home |
Main Index |
Thread Index |
Old Index