This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[PATCH, nds32] Enable GDB building for nds32*-*-* target.


Hi, maintainers,

After contributing our porting for GDB, we need a patch to enable GDB building.

Is this patch OK for commit?

The ChangeLog is as below,

2016-07-18  Yan-Ting Lin  <currygt52@gmail.com>

    * configure.ac (nds32*-*-*): Remove entry to enable gdb.
    * configure: Regenerated.

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]