This is the mail archive of the gdb-patches@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]

[RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac


This patch is one of patch set to add a new port (TI C6x) in gdb.  In
this patch, "gdb" is removed from noconfigdirs in top-level configure.ac.

OK for gcc and binutils?

-- 
Yao (éå)
>From 321345017e27e908539502a3f08bc604c5f60c66 Mon Sep 17 00:00:00 2001
From: Yao Qi <yao@codesourcery.com>
Date: Mon, 11 Jul 2011 01:30:03 -0700
Subject: [PATCH 01/14] remove gdb from noconfigdirs

2011-07-19  Yao Qi  <yao@codesourcery.com>

	* configure.ac (noconfigdirs): Remove gdb.
	* configure: Regenerate.
---
 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 9f7055d..11ea09b 100755
--- a/configure
+++ b/configure
@@ -3606,7 +3606,7 @@ case "${target}" in
     fi
     ;;
   tic6x-*-*)
-    noconfigdirs="$noconfigdirs gdb sim"
+    noconfigdirs="$noconfigdirs sim"
     ;;
   tilepro-*-* | tilegx-*-*)
     noconfigdirs="$noconfigdirs sim"
diff --git a/configure.ac b/configure.ac
index 98705a1..80a0fca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1052,7 +1052,7 @@ case "${target}" in
     fi
     ;;
   tic6x-*-*)
-    noconfigdirs="$noconfigdirs gdb sim"
+    noconfigdirs="$noconfigdirs sim"
     ;;
   tilepro-*-* | tilegx-*-*)
     noconfigdirs="$noconfigdirs sim"
-- 
1.7.0.4


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