Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk For VAX, enable USE_COMPILERCRTSTUFF = no
details: https://anonhg.NetBSD.org/src/rev/fff0f118c4c6
branches: trunk
changeset: 787583:fff0f118c4c6
user: matt <matt%NetBSD.org@localhost>
date: Tue Jun 25 00:33:09 2013 +0000
description:
For VAX, enable USE_COMPILERCRTSTUFF = no
Sort the arm ELF2AOUT sections to be removed.
diffstat:
share/mk/bsd.own.mk | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 4c2705fa7a5e -r fff0f118c4c6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Jun 25 00:30:07 2013 +0000
+++ b/share/mk/bsd.own.mk Tue Jun 25 00:33:09 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.734 2013/06/12 21:35:29 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.735 2013/06/25 00:33:09 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -63,7 +63,8 @@
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "sh3" || \
- ${MACHINE_ARCH} == "x86_64"
+ ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "vax"
USE_COMPILERCRTSTUFF?= no
.endif
USE_COMPILERCRTSTUFF?= yes
@@ -493,14 +494,14 @@
-R .arm.atpcs \
-R .comment \
-R .debug_abbrev \
+ -R .debug_aranges \
-R .debug_info \
-R .debug_line \
-R .debug_frame \
-R .debug_loc \
-R .debug_pubnames \
- -R .debug_aranges \
+ -R .debug_pubtypes \
-R .debug_str \
- -R .debug_pubtypes \
-R .note.netbsd.ident
.endif
Home |
Main Index |
Thread Index |
Old Index