Enable the configuration of GDB for the NDS32 target.
authorYan-Ting Lin <currygt52@gmail.com>
Wed, 20 Jul 2016 08:06:39 +0000 (09:06 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 20 Jul 2016 08:06:39 +0000 (09:06 +0100)
    * configure.ac (nds32*-*-*): Remove entry to enable gdb.
    * configure: Regenerated.

ChangeLog
configure
configure.ac

index 699c656..0453d97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
+
+       * configure.ac (nds32*-*-*): Remove entry to enable gdb.
+       * configure: Regenerated.
+
 2016-06-28  Walter Lee  <walt@tilera.com>
 
        * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
index ad3dfb7..a5f4fc5 100755 (executable)
--- 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"
     ;;
index 55830b2..a27985c 100644 (file)
@@ -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"
     ;;