Disable gdb for nds32*-*-* until it is supported.

This commit is contained in:
Chung-Ju Wu 2014-09-06 03:54:47 +08:00 committed by Kuan-Lin Chen
parent 9a560ca009
commit b25b5cef71
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
* configure: Disable gdb for nds32*-*-* until supported.
* configure.ac: Disable gdb for nds32*-*-* until supported.
2014-09-05 Joel Brobecker <brobecker@adacore.com>
* configure: Regenerate.

3
configure vendored
View File

@ -3805,6 +3805,9 @@ case "${target}" in
mips*-*-*)
noconfigdirs="$noconfigdirs gprof"
;;
nds32*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
or1k*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;

View File

@ -1133,6 +1133,9 @@ case "${target}" in
mips*-*-*)
noconfigdirs="$noconfigdirs gprof"
;;
nds32*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
or1k*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;