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 new binutils and gdb.



details:   https://anonhg.NetBSD.org/src/rev/0b6a624cd420
branches:  trunk
changeset: 349268:0b6a624cd420
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 03 02:18:38 2016 +0000

description:
switch mips64 to new binutils and gdb.

diffstat:

 share/mk/bsd.own.mk |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 4d5bb501f2f9 -r 0b6a624cd420 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Dec 03 01:41:15 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Dec 03 02:18:38 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.990 2016/12/02 17:54:35 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.991 2016/12/03 02:18:38 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -131,13 +131,7 @@
 #
 # What GDB is used?
 #
-.if \
-    ${MACHINE_ARCH} == "mips64el" || \
-    ${MACHINE_ARCH} == "mips64eb"
-HAVE_GDB?=     710
-.else
 HAVE_GDB?=     712
-.endif
 
 .if ${HAVE_GDB} == 712
 EXTERNAL_GDB_SUBDIR=           gdb
@@ -153,6 +147,8 @@
 .if \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_CPU} == "m68k" || \
+    ${MACHINE_ARCH} == "mips64el" || \
+    ${MACHINE_ARCH} == "mips64eb" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_BINUTILS?=        227



Home | Main Index | Thread Index | Old Index