Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch alpha to USE_COMPILERCRTSTUFF= no
details: https://anonhg.NetBSD.org/src/rev/bc3bf4876665
branches: trunk
changeset: 789128:bc3bf4876665
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Aug 07 22:09:30 2013 +0000
description:
Switch alpha to USE_COMPILERCRTSTUFF= no
diffstat:
share/mk/bsd.own.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 943ca80468a1 -r bc3bf4876665 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Aug 07 20:57:22 2013 +0000
+++ b/share/mk/bsd.own.mk Wed Aug 07 22:09:30 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.742 2013/08/06 05:46:26 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.743 2013/08/07 22:09:30 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -58,7 +58,9 @@
.endif
.endif
+
.if \
+ ${MACHINE_CPU} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "hppa" || \
${MACHINE_ARCH} == "i386" || \
Home |
Main Index |
Thread Index |
Old Index