Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add ARM cpus to those MACHINE_ARCH which USE_COMPIL...
details: https://anonhg.NetBSD.org/src/rev/3f53cf28d247
branches: trunk
changeset: 781040:3f53cf28d247
user: matt <matt%NetBSD.org@localhost>
date: Thu Aug 16 05:30:55 2012 +0000
description:
Add ARM cpus to those MACHINE_ARCH which USE_COMPILERCRTSTUFF=no
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1037c292324a -r 3f53cf28d247 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Aug 16 04:52:55 2012 +0000
+++ b/share/mk/bsd.own.mk Thu Aug 16 05:30:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.705 2012/08/10 16:12:20 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.706 2012/08/16 05:30:55 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -59,6 +59,7 @@
.endif
.if \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "sh3" || \
Home |
Main Index |
Thread Index |
Old Index