Module Name: src
Committed By: joerg
Date: Mon Aug 12 16:51:14 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Do as the last commit message said and not as the change did, only use
GCC's crt code on ia64.
To generate a diff of this commit:
cvs rdiff -u -r1.746 -r1.747 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.746 src/share/mk/bsd.own.mk:1.747
--- src/share/mk/bsd.own.mk:1.746 Mon Aug 12 16:39:28 2013
+++ src/share/mk/bsd.own.mk Mon Aug 12 16:51:14 2013
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.746 2013/08/12 16:39:28 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.747 2013/08/12 16:51:14 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -59,10 +59,10 @@ HAVE_GCC?= 45
.endif
-.if ${MACHINE_CPU} == "ia64"
-USE_COMPILERCRTSTUFF?= no
-.else
+.if ${MACHINE_ARCH} == "ia64"
USE_COMPILERCRTSTUFF?= yes
+.else
+USE_COMPILERCRTSTUFF?= no
.endif
HAVE_GDB?= 7