Source-Changes-HG archive

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

[src/trunk]: src/share/mk HPPA toolchain is now in-tree.



details:   https://anonhg.NetBSD.org/src/rev/08d3e155fdfd
branches:  trunk
changeset: 552904:08d3e155fdfd
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Oct 06 05:19:32 2003 +0000

description:
HPPA toolchain is now in-tree.

diffstat:

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

diffs (27 lines):

diff -r dae9d29aadc7 -r 08d3e155fdfd share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Oct 06 05:10:13 2003 +0000
+++ b/share/mk/bsd.own.mk       Mon Oct 06 05:19:32 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.370 2003/10/05 02:22:30 fvdl Exp $
+#      $NetBSD: bsd.own.mk,v 1.371 2003/10/06 05:19:32 matt Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -21,8 +21,7 @@
 #
 # This lists the platforms which do not have working in-tree toolchains.
 #
-.if ${MACHINE_CPU} == "hppa" || \
-    ${MACHINE_CPU} == "ns32k" || \
+.if ${MACHINE_CPU} == "ns32k" || \
     ${MACHINE_CPU} == "sh5"
 TOOLCHAIN_MISSING?=    yes
 .else
@@ -44,6 +43,7 @@
 #    ${MACHINE_ARCH} == "mipsel" ||
 .if ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "arm" || \
+    ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "sparc" || \



Home | Main Index | Thread Index | Old Index