mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-21 11:54:28 +08:00
configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2017-12-12 Stafford Horne <shorne@gmail.com> * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. * configure: Regenerate. From-SVN: r255581
This commit is contained in:
parent
2f1392aee1
commit
842df93eca
@ -1,3 +1,8 @@
|
|||||||
|
2017-12-12 Stafford Horne <shorne@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2017-11-29 Qing Zhao <qing.zhao@oracle.com>
|
2017-11-29 Qing Zhao <qing.zhao@oracle.com>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add myself.
|
* MAINTAINERS (Write After Approval): Add myself.
|
||||||
|
7
configure
vendored
7
configure
vendored
@ -3630,10 +3630,6 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
# this is not caught below because this stanza matches earlier
|
|
||||||
case $target in
|
|
||||||
or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
# The tpf target doesn't support gdb yet.
|
# The tpf target doesn't support gdb yet.
|
||||||
*-*-tpf*)
|
*-*-tpf*)
|
||||||
@ -3839,9 +3835,6 @@ case "${target}" in
|
|||||||
nvptx*-*-*)
|
nvptx*-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
||||||
;;
|
;;
|
||||||
or1k*-*-*)
|
|
||||||
noconfigdirs="$noconfigdirs gdb"
|
|
||||||
;;
|
|
||||||
sh-*-*)
|
sh-*-*)
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
sh*-*-elf)
|
sh*-*-elf)
|
||||||
|
@ -961,10 +961,6 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
# this is not caught below because this stanza matches earlier
|
|
||||||
case $target in
|
|
||||||
or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
# The tpf target doesn't support gdb yet.
|
# The tpf target doesn't support gdb yet.
|
||||||
*-*-tpf*)
|
*-*-tpf*)
|
||||||
@ -1170,9 +1166,6 @@ case "${target}" in
|
|||||||
nvptx*-*-*)
|
nvptx*-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
||||||
;;
|
;;
|
||||||
or1k*-*-*)
|
|
||||||
noconfigdirs="$noconfigdirs gdb"
|
|
||||||
;;
|
|
||||||
sh-*-*)
|
sh-*-*)
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
sh*-*-elf)
|
sh*-*-elf)
|
||||||
|
Loading…
Reference in New Issue
Block a user