Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk MIPS now uses USE_COMPILERCRTSUTFF=no
details: https://anonhg.NetBSD.org/src/rev/322ec92dfc17
branches: trunk
changeset: 787584:322ec92dfc17
user: matt <matt%NetBSD.org@localhost>
date: Tue Jun 25 01:17:29 2013 +0000
description:
MIPS now uses USE_COMPILERCRTSUTFF=no
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fff0f118c4c6 -r 322ec92dfc17 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Jun 25 00:33:09 2013 +0000
+++ b/share/mk/bsd.own.mk Tue Jun 25 01:17:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.735 2013/06/25 00:33:09 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.736 2013/06/25 01:17:29 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -61,6 +61,7 @@
.if \
${MACHINE_CPU} == "arm" || \
${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "x86_64" || \
@@ -74,8 +75,7 @@
.if (${MACHINE_ARCH} == "alpha") || \
(${MACHINE_ARCH} == "hppa") || \
(${MACHINE_ARCH} == "ia64") || \
- (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "mipseb") || \
- (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
+ (${MACHINE_CPU} == "mips")
HAVE_SSP?= no
.else
HAVE_SSP?= yes
Home |
Main Index |
Thread Index |
Old Index