Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch m68k to new gcc/gdb/binutils and pie. Tested...
details: https://anonhg.NetBSD.org/src/rev/80de4e0892a8
branches: trunk
changeset: 347803:80de4e0892a8
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 17 00:59:59 2016 +0000
description:
switch m68k to new gcc/gdb/binutils and pie. Tested with sun3 and tmesh.
Too bad there is not enough memory for ASLR :-)
diffstat:
share/mk/bsd.own.mk | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r 4bacbb9595c1 -r 80de4e0892a8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Sep 17 00:55:40 2016 +0000
+++ b/share/mk/bsd.own.mk Sat Sep 17 00:59:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.956 2016/09/15 07:49:08 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.957 2016/09/17 00:59:59 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -68,9 +68,6 @@
HAVE_GCC?= 0
.elif \
${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb" || \
- ${MACHINE_CPU} == "m68k" || \
- ${MACHINE_ARCH} == "coldfire" || \
- ${MACHINE_ARCH} == "m68000" || \
${MACHINE} == "or1k" || \
${MACHINE} == "riscv"
HAVE_GCC?= 48
@@ -149,9 +146,10 @@
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
${MACHINE_CPU} == "arm" || \
+ ${MACHINE_CPU} == "m68k" || \
+ ${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "powerpc" || \
- ${MACHINE_CPU} == "sh3" || \
- ${MACHINE_CPU} == "mips"
+ ${MACHINE_CPU} == "sh3" ||
HAVE_GDB?= 710
.else
HAVE_GDB?= 79
@@ -175,7 +173,7 @@
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
- ${MACHINE_CPU} == "arm" || \
+ ${MACHINE_CPU} == "m68k" ||
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc"
@@ -1072,6 +1070,7 @@
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
${MACHINE_CPU} == "arm" || \
+ ${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE} == "sparc64"
MKPIE?= yes
Home |
Main Index |
Thread Index |
Old Index