Module Name:    src
Committed By:   skrll
Date:           Sat Jul 27 11:13:57 UTC 2013

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch hppa to USE_COMPILERCRTSTUFF=no


To generate a diff of this commit:
cvs rdiff -u -r1.739 -r1.740 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.739 src/share/mk/bsd.own.mk:1.740
--- src/share/mk/bsd.own.mk:1.739	Fri Jul 19 16:52:44 2013
+++ src/share/mk/bsd.own.mk	Sat Jul 27 11:13:57 2013
@@ -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 @@ HAVE_GCC?=    45
 
 .if \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_CPU} == "mips" || \

Reply via email to