Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no



details:   https://anonhg.NetBSD.org/src/rev/a09eef1ce32b
branches:  trunk
changeset: 787882:a09eef1ce32b
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jul 11 06:58:30 2013 +0000

description:
Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no

diffstat:

 share/mk/bsd.own.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r de0a55b57078 -r a09eef1ce32b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jul 11 06:57:15 2013 +0000
+++ b/share/mk/bsd.own.mk       Thu Jul 11 06:58:30 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.736 2013/06/25 01:17:29 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.737 2013/07/11 06:58:30 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -64,6 +64,8 @@
     ${MACHINE_CPU} == "mips" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_CPU} == "sh3" || \
+    ${MACHINE_ARCH} == "sparc" || \
+    ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "vax"
 USE_COMPILERCRTSTUFF?= no



Home | Main Index | Thread Index | Old Index