Module Name: src Committed By: martin Date: Fri Jul 1 20:05:28 UTC 2016
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch ia64 and alpha to latest gcc/binutils(alpha was there already)/gdb. To generate a diff of this commit: cvs rdiff -u -r1.936 -r1.937 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.936 src/share/mk/bsd.own.mk:1.937 --- src/share/mk/bsd.own.mk:1.936 Tue Jun 14 13:26:45 2016 +++ src/share/mk/bsd.own.mk Fri Jul 1 20:05:28 2016 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.936 2016/06/14 13:26:45 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.937 2016/07/01 20:05:28 martin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -67,9 +67,11 @@ MKGCC?= no .if ${MACHINE_CPU} == "aarch64" HAVE_GCC?= 0 .elif \ + ${MACHINE} == "alpha" || \ ${MACHINE} == "amd64" || \ ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || \ + ${MACHINE} == "ia64" || \ ${MACHINE} == "playstation2" || \ ${MACHINE} == "sparc" || \ ${MACHINE_CPU} == "arm" || \ @@ -143,8 +145,10 @@ USE_SSP?= yes # # What GDB is used? # -.if ${MACHINE} == "amd64" || \ +.if ${MACHINE} == "alpha" || \ + ${MACHINE} == "amd64" || \ ${MACHINE} == "i386" || \ + ${MACHINE} == "ia64" || \ ${MACHINE} == "playstation2" || \ ${MACHINE} == "sparc" || \ ${MACHINE} == "vax" || \ @@ -166,10 +170,12 @@ EXTERNAL_GDB_SUBDIR= gdb # # What binutils is used? # -.if ${MACHINE} == "amd64" || \ +.if ${MACHINE} == "alpha" || \ + ${MACHINE} == "amd64" || \ ${MACHINE} == "evbarm" || \ ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || \ + ${MACHINE} == "ia64" || \ ${MACHINE} == "playstation2" || \ ${MACHINE} == "sparc" || \ ${MACHINE} == "vax" || \