Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch playstation2 over to gcc 5.3, binutils 2.26 ...



details:   https://anonhg.NetBSD.org/src/rev/7b8a01bb066e
branches:  trunk
changeset: 814537:7b8a01bb066e
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Mar 26 10:35:14 2016 +0000

description:
Switch playstation2 over to gcc 5.3, binutils 2.26 and gdb 7.10

diffstat:

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

diffs (50 lines):

diff -r 5b505fa4879a -r 7b8a01bb066e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Mar 26 10:29:44 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Mar 26 10:35:14 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.910 2016/03/24 09:15:38 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.911 2016/03/26 10:35:14 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -44,9 +44,9 @@
 # If some future port is not supported by the in-tree toolchain, this should
 # be set to "yes" for that port only.
 #
-.if ${MACHINE} == "playstation2"
-TOOLCHAIN_MISSING?=    yes
-.endif
+# .if ${MACHINE} == "playstation2"
+# TOOLCHAIN_MISSING?=  yes
+# .endif
 
 TOOLCHAIN_MISSING?=    no
 
@@ -61,9 +61,9 @@
 #
 .if ${MKGCC:Uyes} != "no"
 
-.if ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"
+.if ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=     0
-.elif ${MACHINE_ARCH} == "vax"
+.elif ${MACHINE_ARCH} == "vax" || ${MACHINE} == "playstation2"
 HAVE_GCC?=     53
 .else
 # Otherwise, default to GCC4.8
@@ -131,6 +131,7 @@
 
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE} == "playstation2" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_ARCH} == "vax" || \
     ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
@@ -149,6 +150,7 @@
     ${MACHINE} == "evbarm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "hppa" || \
+    ${MACHINE} == "playstation2" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \



Home | Main Index | Thread Index | Old Index