From bedbe19cc09fbb6e921872334bfcd371ac5b769d Mon Sep 17 00:00:00 2001 From: Yan-Ting Lin Date: Wed, 20 Jul 2016 09:06:39 +0100 Subject: 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 699c656..0453d97 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 ad3dfb7..a5f4fc5 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 55830b2..a27985c 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" ;; -- cgit v1.1