Module Name:    src
Committed By:   skrll
Date:           Tue Nov 25 12:01:18 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Another section to delete when converting elf -> a.out


To generate a diff of this commit:
cvs rdiff -u -r1.836 -r1.837 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.836 src/share/mk/bsd.own.mk:1.837
--- src/share/mk/bsd.own.mk:1.836	Sun Oct  5 17:08:46 2014
+++ src/share/mk/bsd.own.mk	Tue Nov 25 12:01:18 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.836 2014/10/05 17:08:46 apb Exp $
+#	$NetBSD: bsd.own.mk,v 1.837 2014/11/25 12:01:18 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -576,6 +576,7 @@ OBJCOPY_ELF2AOUT_FLAGS?=	\
 	-R .debug_loc		\
 	-R .debug_pubnames	\
 	-R .debug_pubtypes	\
+	-R .debug_ranges	\
 	-R .debug_str		\
 	-R .eh_frame		\
 	-R .note.netbsd.ident

Reply via email to