Skip to content

Commit

Permalink
2017-12-12 Stafford Horne <shorne@gmail.com>
Browse files Browse the repository at this point in the history
	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
	* configure: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255581 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rguenth committed Dec 12, 2017
1 parent 9de168c commit 1963e4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* MAINTAINERS (Write After Approval): Add myself.
Expand Down
7 changes: 0 additions & 7 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3630,10 +3630,6 @@ case "${target}" in
;;
*-*-rtems*)
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.
*-*-tpf*)
Expand Down Expand Up @@ -3839,9 +3835,6 @@ case "${target}" in
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;
or1k*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
sh-*-*)
case "${target}" in
sh*-*-elf)
Expand Down
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,6 @@ case "${target}" in
;;
*-*-rtems*)
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.
*-*-tpf*)
Expand Down Expand Up @@ -1170,9 +1166,6 @@ case "${target}" in
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;
or1k*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
sh-*-*)
case "${target}" in
sh*-*-elf)
Expand Down

0 comments on commit 1963e4b

Please sign in to comment.