Source-Changes-HG archive

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

[src/trunk]: src/share/mk gcc-5.3 for sh3



details:   https://anonhg.NetBSD.org/src/rev/01ec1c4b39f0
branches:  trunk
changeset: 347564:01ec1c4b39f0
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 03 09:08:28 2016 +0000

description:
gcc-5.3 for sh3

diffstat:

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

diffs (17 lines):

diff -r 24889a816269 -r 01ec1c4b39f0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Sep 03 09:07:53 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Sep 03 09:08:28 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.949 2016/08/31 17:31:22 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.950 2016/09/03 09:08:28 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -76,6 +76,7 @@
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_GCC?=     53



Home | Main Index | Thread Index | Old Index