From: Yan-Ting Lin Date: Wed, 20 Jul 2016 08:06:39 +0000 (+0100) Subject: Enable the configuration of GDB for the NDS32 target. X-Git-Tag: gdb-7.12-release~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bedbe19cc09fbb6e921872334bfcd371ac5b769d;p=thirdparty%2Fbinutils-gdb.git Enable the configuration of GDB for the NDS32 target. * configure.ac (nds32*-*-*): Remove entry to enable gdb. * configure: Regenerated. --- diff --git a/ChangeLog b/ChangeLog index 699c6569119..0453d977806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-07-20 Yan-Ting Lin + + * configure.ac (nds32*-*-*): Remove entry to enable gdb. + * configure: Regenerated. + 2016-06-28 Walter Lee * configure.ac (tilepro-*-*): Add gdb to noconfigdirs. diff --git a/configure b/configure index ad3dfb70c5d..a5f4fc5aa74 100755 --- a/configure +++ b/configure @@ -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" ;; diff --git a/configure.ac b/configure.ac index 55830b232b4..a27985c0a70 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;;