Source-Changes-HG archive

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

[src/matt-nb6-plus]: src/share/mk Switch ARM to USE_COMPILERCRTSTUFF=no



details:   https://anonhg.NetBSD.org/src/rev/f452a3a6a39a
branches:  matt-nb6-plus
changeset: 774518:f452a3a6a39a
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Nov 30 23:34:22 2012 +0000

description:
Switch ARM to USE_COMPILERCRTSTUFF=no

diffstat:

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

diffs (17 lines):

diff -r dc9363b22081 -r f452a3a6a39a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Nov 30 23:32:14 2012 +0000
+++ b/share/mk/bsd.own.mk       Fri Nov 30 23:34:22 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.696.2.2.2.3 2012/11/20 23:22:25 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.696.2.2.2.4 2012/11/30 23:34:22 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -57,6 +57,7 @@
 .endif
 
 .if \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index