Don't configure gdb for vxworks target

Message ID 1476894729-29833-1-git-send-email-yao.qi@linaro.org
State New, archived
Headers

Commit Message

Yao Qi Oct. 19, 2016, 4:32 p.m. UTC
  VxWorks support was removed in 2004.

commit e84ecc995d6a5e4e9114d3cea61717b8a573afb6
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.  I'll update noconfigdirs in top-level configure.ac for
these targets later.

gdb:

2016-10-19  Yao Qi  <yao.qi@linaro.org>

	* configure.tgt: Don't configure if target is *-*-vxworks*.
---
 gdb/configure.tgt | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Yao Qi Oct. 20, 2016, 10:34 a.m. UTC | #1
On Wed, Oct 19, 2016 at 5:32 PM, Yao Qi <qiyaoltc@gmail.com> wrote:
> gdb:
>
> 2016-10-19  Yao Qi  <yao.qi@linaro.org>
>
>         * configure.tgt: Don't configure if target is *-*-vxworks*.

I pushed it in.
  

Patch

diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index a64fe42..d428dff 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -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