mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Enable the configuration of GDB for the NDS32 target.
* configure.ac (nds32*-*-*): Remove entry to enable gdb.
* configure: Regenerated.
This commit is contained in:
committed by
Nick Clifton
parent
b751e639fc
commit
bedbe19cc0
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user