Switch sh3el to GDB 5.3.

This commit is contained in:
uwe 2003-10-27 01:29:58 +00:00
parent eeb03b3e1b
commit 0f1f83b0cc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.382 2003/10/26 06:26:26 mycroft Exp $
# $NetBSD: bsd.own.mk,v 1.383 2003/10/27 01:29:58 uwe Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -69,7 +69,6 @@ USE_TOOLS_TOOLCHAIN?=yes
# ${MACHINE_ARCH} == "hppa"
# ${MACHINE_ARCH} == "m68000"
# ${MACHINE_ARCH} == "sh3eb"
# ${MACHINE_ARCH} == "sh3el"
# in progress:
# ${MACHINE_ARCH} == "arm"
# working:
@ -78,6 +77,7 @@ USE_TOOLS_TOOLCHAIN?=yes
${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "sh3el" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \