aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/configure.tgt1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7fc2b90..ab3f5d4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
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