Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch mips32 to new binutils/gcc/gdb/pie. Tested w...
details: https://anonhg.NetBSD.org/src/rev/83ca049d4c4e
branches: trunk
changeset: 347575:83ca049d4c4e
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 03 12:32:12 2016 +0000
description:
Switch mips32 to new binutils/gcc/gdb/pie. Tested with gxemul+pmax
diffstat:
share/mk/bsd.own.mk | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 6a0ab3801e6b -r 83ca049d4c4e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Sep 03 12:27:35 2016 +0000
+++ b/share/mk/bsd.own.mk Sat Sep 03 12:32:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.950 2016/09/03 09:08:28 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.951 2016/09/03 12:32:12 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -78,6 +78,7 @@
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_CPU} == "powerpc" || \
+ ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "vax"
HAVE_GCC?= 53
.else
@@ -158,7 +159,7 @@
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "powerpc" || \
${MACHINE_CPU} == "sh3" || \
- ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
+ ${MACHINE_CPU} == "mips"
HAVE_GDB?= 710
.else
HAVE_GDB?= 79
@@ -184,6 +185,7 @@
${MACHINE} == "vax" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "sh3" || \
+ ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226
.else
@@ -1076,6 +1078,7 @@
#
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE} == "sparc64"
Home |
Main Index |
Thread Index |
Old Index