Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch mips64 to pie/gcc53/binutils226/gdb710
details: https://anonhg.NetBSD.org/src/rev/e2a362adfd17
branches: trunk
changeset: 818294:e2a362adfd17
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 05 20:02:03 2016 +0000
description:
switch mips64 to pie/gcc53/binutils226/gdb710
switch ppc64 to binutils226/gdb710 (gcc/pie pending to toc issue)
diffstat:
share/mk/bsd.own.mk | 17 ++---------------
1 files changed, 2 insertions(+), 15 deletions(-)
diffs (56 lines):
diff -r 4bb47862702d -r e2a362adfd17 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Oct 05 19:25:49 2016 +0000
+++ b/share/mk/bsd.own.mk Wed Oct 05 20:02:03 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.965 2016/10/04 04:58:11 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.966 2016/10/05 20:02:03 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -67,7 +67,6 @@
.if ${MACHINE_CPU} == "aarch64"
HAVE_GCC?= 0
.elif \
- ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb" || \
${MACHINE} == "or1k" || \
${MACHINE} == "riscv"
HAVE_GCC?= 48
@@ -137,13 +136,7 @@
#
# What GDB is used?
#
-.if ${MACHINE_ARCH} == "mips64el" || \
- ${MACHINE_ARCH} == "mips64eb" || \
- ${MACHINE_ARCH} == "powerpc64"
-HAVE_GDB?= 79
-.else
HAVE_GDB?= 710
-.endif
.if ${HAVE_GDB} == 79
EXTERNAL_GDB_SUBDIR= gdb.old
@@ -154,13 +147,7 @@
#
# What binutils is used?
#
-.if ${MACHINE_ARCH} == "mips64el" || \
- ${MACHINE_ARCH} == "mips64eb" || \
- ${MACHINE_ARCH} == "powerpc64"
-HAVE_BINUTILS?= 223
-.else
HAVE_BINUTILS?= 226
-.endif
.if ${HAVE_BINUTILS} == 223
EXTERNAL_BINUTILS_SUBDIR= binutils.old
@@ -1048,9 +1035,9 @@
#
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64" || \
- ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "m68k" || \
+ ${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE} == "sparc64"
MKPIE?= yes
Home |
Main Index |
Thread Index |
Old Index