Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk No point on keeping hp700 on the old gcc; it is pro...



details:   https://anonhg.NetBSD.org/src/rev/2570453915a6
branches:  trunk
changeset: 770083:2570453915a6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 02 22:10:10 2011 +0000

description:
No point on keeping hp700 on the old gcc; it is produces broken assembly
according to the new binutils.

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 70b4bf17fddb -r 2570453915a6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Oct 02 21:42:19 2011 +0000
+++ b/share/mk/bsd.own.mk       Sun Oct 02 22:10:10 2011 +0000
@@ -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 @@
 #
 # 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"      || \



Home | Main Index | Thread Index | Old Index