configure.ac (nds32*-*-*): Remove entry to enable gdb.
authorYan-Ting Lin <currygt52@gmail.com>
Wed, 20 Jul 2016 08:09:25 +0000 (08:09 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 20 Jul 2016 08:09:25 +0000 (08:09 +0000)
    * configure.ac (nds32*-*-*): Remove entry to enable gdb.
    * configure: Regenerated.

From-SVN: r238511

ChangeLog
configure
configure.ac

index a412802..f08794d 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-07-19  Fritz Reese  <fritzoreese@gmail.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
@@ -32,7 +37,7 @@
 
 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
-       * MAINTAINERS (Write After Approval): Add myself. 
+       * MAINTAINERS (Write After Approval): Add myself.
 
 2016-05-28  Alan Modra  <amodra@gmail.com>
 
index 2d0963b..cd0e7b9 100755 (executable)
--- a/configure
+++ b/configure
@@ -3936,9 +3936,6 @@ case "${target}" in
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
-  nds32*-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   nvptx*-*-*)
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;
index 3cb95d6..51b53b5 100644 (file)
@@ -1272,9 +1272,6 @@ case "${target}" in
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
-  nds32*-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   nvptx*-*-*)
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;