Module Name:    src
Committed By:   christos
Date:           Wed Oct  5 20:02:03 UTC 2016

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

Log Message:
switch mips64 to pie/gcc53/binutils226/gdb710
switch ppc64 to binutils226/gdb710 (gcc/pie pending to toc issue)


To generate a diff of this commit:
cvs rdiff -u -r1.965 -r1.966 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.965 src/share/mk/bsd.own.mk:1.966
--- src/share/mk/bsd.own.mk:1.965	Tue Oct  4 00:58:11 2016
+++ src/share/mk/bsd.own.mk	Wed Oct  5 16:02:03 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.965 2016/10/04 04:58:11 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.966 2016/10/05 20:02:03 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -67,7 +67,6 @@ MKGCC?=		no
 .if ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=	0
 .elif \
-    ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb" || \
     ${MACHINE} == "or1k" || \
     ${MACHINE} == "riscv"
 HAVE_GCC?=	48
@@ -137,13 +136,7 @@ USE_SSP?=	yes
 #
 # What GDB is used?
 #
-.if ${MACHINE_ARCH} == "mips64el" || \
-    ${MACHINE_ARCH} == "mips64eb" || \
-    ${MACHINE_ARCH} == "powerpc64"
-HAVE_GDB?=	79
-.else
 HAVE_GDB?=	710
-.endif
 
 .if ${HAVE_GDB} == 79
 EXTERNAL_GDB_SUBDIR=		gdb.old
@@ -154,13 +147,7 @@ EXTERNAL_GDB_SUBDIR=		gdb
 #
 # What binutils is used?
 #
-.if ${MACHINE_ARCH} == "mips64el" || \
-    ${MACHINE_ARCH} == "mips64eb" || \
-    ${MACHINE_ARCH} == "powerpc64"
-HAVE_BINUTILS?=	223
-.else
 HAVE_BINUTILS?=	226
-.endif
 
 .if ${HAVE_BINUTILS} == 223
 EXTERNAL_BINUTILS_SUBDIR=	binutils.old
@@ -1048,9 +1035,9 @@ MKCTF?=		yes
 #
 .if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64" || \
-    ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "m68k" || \
+    ${MACHINE_CPU} == "mips" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc64"
 MKPIE?=		yes

Reply via email to