HPPA toolchain is now in-tree.

This commit is contained in:
matt 2003-10-06 05:19:32 +00:00
parent 39caecb211
commit 7744cd370c
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ NEED_OWN_INSTALL_TARGET?= yes
#
# 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 @@ TOOLCHAIN_MISSING= no
# ${MACHINE_ARCH} == "mipsel" ||
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \