This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Enable the configuration of GDB for the NDS32 target.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bedbe19cc09fbb6e921872334bfcd371ac5b769d

commit bedbe19cc09fbb6e921872334bfcd371ac5b769d
Author: Yan-Ting Lin <currygt52@gmail.com>
Date:   Wed Jul 20 09:06:39 2016 +0100

    Enable the configuration of GDB for the NDS32 target.
    
        * configure.ac (nds32*-*-*): Remove entry to enable gdb.
        * configure: Regenerated.

Diff:
---
 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  <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.
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"
     ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]