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 699c6569119fa41d41d7720ffd53bab22b8dd0e7..0453d97780656acb4de5c5d425a6e266d4f33401 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 ad3dfb70c5df0a4520c7ff36d03fccccfe845297..a5f4fc5aa74efb55e6d2574b169080c9ddcc2b81 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 55830b232b466001912dad5ac4ead0bdf25296ff..a27985c0a707928553620bd0f9d460a63d3a4f6a 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"
     ;;
This page took 0.037665 seconds and 4 git commands to generate.