Module Name:    src
Committed By:   uwe
Date:           Tue Mar  1 10:29:40 UTC 2016

Modified Files:
        src/share/mk: bsd.own.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.904 -r1.905 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.904 src/share/mk/bsd.own.mk:1.905
--- src/share/mk/bsd.own.mk:1.904	Sun Feb 28 20:47:01 2016
+++ src/share/mk/bsd.own.mk	Tue Mar  1 10:29:40 2016
@@ -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 @@ USE_SSP?=	yes
 .endif
 
 .if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "i386"
+    ${MACHINE} == "i386" || \
+    ${MACHINE_CPU} == "sh3"
 HAVE_GDB?=	710
 .else
 HAVE_GDB?=	79
@@ -144,6 +145,7 @@ EXTERNAL_GDB_SUBDIR=		gdb
     ${MACHINE} == "evbarm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "hppa" || \
+    ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_ARCH} == "powerpc"

Reply via email to