Don't configure gdb for vxworks target
authorYao Qi <yao.qi@linaro.org>
Thu, 20 Oct 2016 10:33:07 +0000 (11:33 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 20 Oct 2016 10:33:07 +0000 (11:33 +0100)
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.

gdb:

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

* configure.tgt: Don't configure if target is *-*-vxworks*.

gdb/ChangeLog
gdb/configure.tgt

index 7fc2b90d3b0fc532077dc0c8f2c96075189ab0fa..ab3f5d496c7f569026ca17be188a7f12b2e0b803 100644 (file)
@@ -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.
index a64fe42ce1df9a35c3167b7b22cf0b743e8a86e5..d428dffcf166a84eb0abc471f36b5efdfbabdb6d 100644 (file)
@@ -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
This page took 0.028974 seconds and 4 git commands to generate.