Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch sh3 to the new binutils and gdb. Lightly te...



details:   https://anonhg.NetBSD.org/src/rev/1371b82a3234
branches:  trunk
changeset: 343897:1371b82a3234
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 01 10:29:40 2016 +0000

description:
Switch sh3 to the new binutils and gdb.  Lightly tested on landisk.
sh3eb compile-tested only.

diffstat:

 share/mk/bsd.own.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r ef3db803438a -r 1371b82a3234 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Mar 01 10:11:07 2016 +0000
+++ b/share/mk/bsd.own.mk       Tue Mar 01 10:29:40 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.904 2016/02/28 20:47:01 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.905 2016/03/01 10:29:40 uwe Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -128,7 +128,8 @@
 .endif
 
 .if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "i386"
+    ${MACHINE} == "i386" || \
+    ${MACHINE_CPU} == "sh3"
 HAVE_GDB?=     710
 .else
 HAVE_GDB?=     79
@@ -144,6 +145,7 @@
     ${MACHINE} == "evbarm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "hppa" || \
+    ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_ARCH} == "powerpc"



Home | Main Index | Thread Index | Old Index