Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk powerpc64 needs USE_COMPILERCRTSTUFF=yes
details: https://anonhg.NetBSD.org/src/rev/86df916b1b0a
branches: trunk
changeset: 327051:86df916b1b0a
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 26 03:09:42 2014 +0000
description:
powerpc64 needs USE_COMPILERCRTSTUFF=yes
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dfc4589240dd -r 86df916b1b0a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Feb 26 02:51:02 2014 +0000
+++ b/share/mk/bsd.own.mk Wed Feb 26 03:09:42 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.768 2014/02/26 02:51:02 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.769 2014/02/26 03:09:42 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -71,7 +71,7 @@
EXTERNAL_GCC_SUBDIR= /does/not/exist
.endif
-.if ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc64"
USE_COMPILERCRTSTUFF?= yes
.else
USE_COMPILERCRTSTUFF?= no
Home |
Main Index |
Thread Index |
Old Index