Module Name:    src
Committed By:   skrll
Date:           Mon Feb  8 10:39:09 UTC 2016

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

Log Message:
Remove the .SUNW_ctf sections when converting form ELF -> a.out by
updating OBJCOPY_ELF2AOUT_FLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.898 -r1.899 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.898 src/share/mk/bsd.own.mk:1.899
--- src/share/mk/bsd.own.mk:1.898	Sat Feb  6 16:58:31 2016
+++ src/share/mk/bsd.own.mk	Mon Feb  8 10:39:09 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.898 2016/02/06 16:58:31 riz Exp $
+#	$NetBSD: bsd.own.mk,v 1.899 2016/02/08 10:39:09 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -610,6 +610,7 @@ OBJCOPY_ELF2AOUT_FLAGS?=	\
 	-R .ARM.attributes	\
 	-R .ARM.exidx		\
 	-R .ARM.extab		\
+	-R .SUNW_ctf		\
 	-R .arm.atpcs		\
 	-R .comment		\
 	-R .debug_abbrev	\

Reply via email to