Mark GCC3 for sh3el as "mostly working". Remaining issues are
toolchain/22452 and toolchain/22489 (gcc's optimization/11937).
This commit is contained in:
parent
0f1f83b0cc
commit
1312264774
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.383 2003/10/27 01:29:58 uwe Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.384 2003/10/27 01:35:12 uwe Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -35,10 +35,10 @@ TOOLCHAIN_MISSING= no
|
|||
#
|
||||
# ${MACHINE_ARCH} == "armeb" ||
|
||||
# ${MACHINE_ARCH} == "m68000" ||
|
||||
# ${MACHINE_ARCH} == "sh3el" ||
|
||||
# ${MACHINE_ARCH} == "sh3eb" ||
|
||||
# ${MACHINE_ARCH} == "vax" ||
|
||||
# mostly working,:
|
||||
# mostly working:
|
||||
# ${MACHINE_ARCH} == "sh3el" ||
|
||||
.if ${MACHINE_ARCH} == "alpha" || \
|
||||
${MACHINE_ARCH} == "arm" || \
|
||||
${MACHINE_ARCH} == "hppa" || \
|
||||
|
|
Loading…
Reference in New Issue