Enable the configuration of GDB for the NDS32 target.

* configure.ac (nds32*-*-*): Remove entry to enable gdb.
    * configure: Regenerated.
This commit is contained in:
Yan-Ting Lin
2016-07-20 09:06:39 +01:00
committed by Nick Clifton
parent b751e639fc
commit bedbe19cc0
3 changed files with 5 additions and 6 deletions

3
configure vendored
View File

@@ -3937,9 +3937,6 @@ case "${target}" in
mips*-*-*)
noconfigdirs="$noconfigdirs gprof"
;;
nds32*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;