Enable the configuration of GDB for the NDS32 target.
* configure.ac (nds32*-*-*): Remove entry to enable gdb. * configure: Regenerated.
This commit is contained in:
parent
b751e639fc
commit
bedbe19cc0
3 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
|
||||
|
||||
* configure.ac (nds32*-*-*): Remove entry to enable gdb.
|
||||
* configure: Regenerated.
|
||||
|
||||
2016-06-28 Walter Lee <walt@tilera.com>
|
||||
|
||||
* configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -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"
|
||||
;;
|
||||
|
|
|
@ -1273,9 +1273,6 @@ case "${target}" in
|
|||
mips*-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
nds32*-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
nvptx*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue