Source-Changes-HG archive

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

[src/trunk]: src/share/mk Make powerpc64 use Matt's new csu stuff



details:   https://anonhg.NetBSD.org/src/rev/07e14a4c98c3
branches:  trunk
changeset: 327160:07e14a4c98c3
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 28 09:42:33 2014 +0000

description:
Make powerpc64 use Matt's new csu stuff

diffstat:

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

diffs (18 lines):

diff -r 5418f12f6139 -r 07e14a4c98c3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Feb 28 09:31:17 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri Feb 28 09:42:33 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.772 2014/02/27 20:43:33 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.773 2014/02/28 09:42:33 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -75,7 +75,7 @@
 
 .endif
 
-.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc64"
+.if ${MACHINE_ARCH} == "ia64"
 USE_COMPILERCRTSTUFF?= yes
 .else
 USE_COMPILERCRTSTUFF?= no



Home | Main Index | Thread Index | Old Index