Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch hppa to USE_COMPILERCRTSTUFF=no



details:   https://anonhg.NetBSD.org/src/rev/926d4da9f204
branches:  trunk
changeset: 788879:926d4da9f204
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 27 11:13:57 2013 +0000

description:
Switch hppa to USE_COMPILERCRTSTUFF=no

diffstat:

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

diffs (17 lines):

diff -r 1d0ca96a52fb -r 926d4da9f204 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jul 27 07:02:03 2013 +0000
+++ b/share/mk/bsd.own.mk       Sat Jul 27 11:13:57 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.739 2013/07/19 16:52:44 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.740 2013/07/27 11:13:57 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -60,6 +60,7 @@
 
 .if \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_CPU} == "mips" || \



Home | Main Index | Thread Index | Old Index