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] [TILEPro] Don't build gdb


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

commit 9abdce70ac7a3ee8f92285c314fa7728d3c1aa43
Author: Walter Lee <walt@tilera.com>
Date:   Tue Jun 28 14:15:32 2016 -0400

    [TILEPro] Don't build gdb
    
    In configure.ac, add gdb to noconfigdirs for TILEPro.
    
           * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
           * configure: Regenerate.

Diff:
---
 ChangeLog    | 5 +++++
 configure    | 5 ++++-
 configure.ac | 5 ++++-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e762ffd..699c656 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-28  Walter Lee  <walt@tilera.com>
+
+	* configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
+	* configure: Regenerate.
+
 2016-05-28  Alan Modra  <amodra@gmail.com>
 
 	* Makefile.tpl (configure): Depend on m4 files included.
diff --git a/configure b/configure
index 35f231e..ad3dfb7 100755
--- a/configure
+++ b/configure
@@ -3962,9 +3962,12 @@ case "${target}" in
   tic6x-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
-  tilepro*-*-* | tilegx*-*-*)
+  tilegx*-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
+  tilepro*-*-*)
+    noconfigdirs="$noconfigdirs gdb sim"
+    ;;
   v810-*-*)
     noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
     ;;
diff --git a/configure.ac b/configure.ac
index 74bf58a..55830b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1298,9 +1298,12 @@ case "${target}" in
   tic6x-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
-  tilepro*-*-* | tilegx*-*-*)
+  tilegx*-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
+  tilepro*-*-*)
+    noconfigdirs="$noconfigdirs gdb sim"
+    ;;
   v810-*-*)
     noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
     ;;


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