Module Name:    src
Committed By:   skrll
Date:           Wed Aug  7 22:09:30 UTC 2013

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

Log Message:
Switch alpha to USE_COMPILERCRTSTUFF= no


To generate a diff of this commit:
cvs rdiff -u -r1.742 -r1.743 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.742 src/share/mk/bsd.own.mk:1.743
--- src/share/mk/bsd.own.mk:1.742	Tue Aug  6 05:46:26 2013
+++ src/share/mk/bsd.own.mk	Wed Aug  7 22:09:30 2013
@@ -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 @@ HAVE_GCC?=    45
 .endif
 .endif
 
+
 .if \
+    ${MACHINE_CPU} == "alpha" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \

Reply via email to