mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Don't configure gdb for vxworks target
VxWorks support was removed in 2004.
commit e84ecc995d
Author: Andrew Cagney <cagney@redhat.com>
Date: Sat Nov 13 23:10:02 2004 +0000
2004-11-13 Andrew Cagney <cagney@gnu.org>
* configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
sparc-*-vxworks*.
* NEWS: Mention that vxworks was deleted.
This patch adds *-*-vxworks* in a list of targets GDB doesn't
support.
gdb:
2016-10-20 Yao Qi <yao.qi@linaro.org>
* configure.tgt: Don't configure if target is *-*-vxworks*.
This commit is contained in:
parent
c62fbd56c8
commit
78836e904d
@ -1,3 +1,7 @@
|
||||
2016-10-20 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* configure.tgt: Don't configure if target is *-*-vxworks*.
|
||||
|
||||
2016-10-19 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* config.in: Regenerate.
|
||||
|
@ -26,6 +26,7 @@ case $targ in
|
||||
sh*-*-pe | \
|
||||
hppa*-*-hpux* | \
|
||||
ia64-*-hpux* | \
|
||||
*-*-vxworks* | \
|
||||
null)
|
||||
echo "*** Configuration $targ is obsolete." >&2
|
||||
echo "*** Support has been REMOVED." >&2
|
||||
|
Loading…
Reference in New Issue
Block a user