configure.ac (nds32*-*-*): Remove entry to enable gdb.
* configure.ac (nds32*-*-*): Remove entry to enable gdb. * configure: Regenerated. From-SVN: r238511
This commit is contained in:
parent
6e6fa605f8
commit
21f8810377
3 changed files with 6 additions and 7 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-07-19 Fritz Reese <fritzoreese@gmail.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
@ -32,7 +37,7 @@
|
|||
|
||||
2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
||||
2016-05-28 Alan Modra <amodra@gmail.com>
|
||||
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -3936,9 +3936,6 @@ case "${target}" in
|
|||
mips*-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
nds32*-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
nvptx*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
||||
;;
|
||||
|
|
|
@ -1272,9 +1272,6 @@ case "${target}" in
|
|||
mips*-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
nds32*-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
nvptx*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue