Module Name:    src
Committed By:   mrg
Date:           Sat Dec 10 23:19:26 UTC 2016

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

Log Message:
switch ppc* to binutils 2.27.


To generate a diff of this commit:
cvs rdiff -u -r1.994 -r1.995 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.994 src/share/mk/bsd.own.mk:1.995
--- src/share/mk/bsd.own.mk:1.994	Thu Dec  8 03:22:36 2016
+++ src/share/mk/bsd.own.mk	Sat Dec 10 23:19:26 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.994 2016/12/08 03:22:36 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.995 2016/12/10 23:19:26 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -150,6 +150,7 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb" || \
+    ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \

Reply via email to