Module Name: src
Committed By: christos
Date: Sun Oct 2 22:10:11 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
No point on keeping hp700 on the old gcc; it is produces broken assembly
according to the new binutils.
To generate a diff of this commit:
cvs rdiff -u -r1.681 -r1.682 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.681 src/share/mk/bsd.own.mk:1.682
--- src/share/mk/bsd.own.mk:1.681 Sat Aug 27 14:35:20 2011
+++ src/share/mk/bsd.own.mk Sun Oct 2 18:10:10 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.681 2011/08/27 18:35:20 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.682 2011/10/02 22:10:10 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -49,7 +49,8 @@ TOOLCHAIN_MISSING?= no
#
# Platforms using GCC 4.5
#
-.if ${MACHINE_ARCH} == "i386" || \
+.if ${MACHINE_ARCH} == "hppa" || \
+ ${MACHINE_ARCH} == "i386" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "sh3" || \