Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch sh3 ports to our own csu (USE_COMPILERCRTSTU...
details: https://anonhg.NetBSD.org/src/rev/c821ee589aae
branches: trunk
changeset: 779777:c821ee589aae
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Jun 17 22:59:48 2012 +0000
description:
Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no).
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f9ce7250f269 -r c821ee589aae share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Jun 17 20:48:27 2012 +0000
+++ b/share/mk/bsd.own.mk Sun Jun 17 22:59:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.697 2012/02/17 00:00:02 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.698 2012/06/17 22:59:48 uwe Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -53,6 +53,7 @@
.if \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "x86_64"
USE_COMPILERCRTSTUFF?= no
.endif
Home |
Main Index |
Thread Index |
Old Index