Source-Changes-HG archive

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

[src/trunk]: src/share/mk Do as the last commit message said and not as the c...



details:   https://anonhg.NetBSD.org/src/rev/556e4f74b960
branches:  trunk
changeset: 789277:556e4f74b960
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 12 16:51:14 2013 +0000

description:
Do as the last commit message said and not as the change did, only use
GCC's crt code on ia64.

diffstat:

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

diffs (23 lines):

diff -r 960692ba7894 -r 556e4f74b960 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Aug 12 16:39:28 2013 +0000
+++ b/share/mk/bsd.own.mk       Mon Aug 12 16:51:14 2013 +0000
@@ -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 @@
 .endif
 
 
-.if ${MACHINE_CPU} == "ia64"
+.if ${MACHINE_ARCH} == "ia64"
+USE_COMPILERCRTSTUFF?= yes
+.else
 USE_COMPILERCRTSTUFF?= no
-.else
-USE_COMPILERCRTSTUFF?= yes
 .endif
 
 HAVE_GDB?=     7



Home | Main Index | Thread Index | Old Index