From bedbe19cc09fbb6e921872334bfcd371ac5b769d Mon Sep 17 00:00:00 2001 From: Yan-Ting Lin Date: Wed, 20 Jul 2016 09:06:39 +0100 Subject: [PATCH] Enable the configuration of GDB for the NDS32 target. * configure.ac (nds32*-*-*): Remove entry to enable gdb. * configure: Regenerated. --- ChangeLog | 5 +++++ configure | 3 --- configure.ac | 3 --- 3 files changed, 5 insertions(+), 6 deletions(-) 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" ;; -- 2.30.2