From 842df93eca9bf9f8ef2358da59ba91cd0d326737 Mon Sep 17 00:00:00 2001 From: Stafford Horne Date: Tue, 12 Dec 2017 14:23:05 +0000 Subject: [PATCH] configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. 2017-12-12 Stafford Horne * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. * configure: Regenerate. From-SVN: r255581 --- ChangeLog | 5 +++++ configure | 7 ------- configure.ac | 7 ------- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43ff0e9..275a340 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-12-12 Stafford Horne + + * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. + * configure: Regenerate. + 2017-11-29 Qing Zhao * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index 1e00f01..2d615a9 100755 --- a/configure +++ b/configure @@ -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*) @@ -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) diff --git a/configure.ac b/configure.ac index fbf7400..aae9450 100644 --- a/configure.ac +++ b/configure.ac @@ -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*) @@ -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) -- 2.7.4