Module Name: src Committed By: mrg Date: Fri Jun 10 08:59:26 UTC 2016
Modified Files: src/share/mk: bsd.own.mk Log Message: switch sparc to GCC 5.4 and powerpc to GDB 7.10 To generate a diff of this commit: cvs rdiff -u -r1.934 -r1.935 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.934 src/share/mk/bsd.own.mk:1.935 --- src/share/mk/bsd.own.mk:1.934 Fri Jun 10 05:45:27 2016 +++ src/share/mk/bsd.own.mk Fri Jun 10 08:59:26 2016 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.934 2016/06/10 05:45:27 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.935 2016/06/10 08:59:26 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -71,6 +71,7 @@ HAVE_GCC?= 0 ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || \ ${MACHINE} == "playstation2" || \ + ${MACHINE} == "sparc" || \ ${MACHINE_CPU} == "arm" || \ ${MACHINE_CPU} == "powerpc" || \ ${MACHINE_ARCH} == "vax" @@ -148,6 +149,7 @@ USE_SSP?= yes ${MACHINE} == "sparc" || \ ${MACHINE} == "vax" || \ ${MACHINE_CPU} == "arm" || \ + ${MACHINE_CPU} == "powerpc" || \ ${MACHINE_CPU} == "sh3" || \ ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" HAVE_GDB?= 710