public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac
@ 2011-07-20 10:37 Yao Qi
  2011-07-20 15:21 ` Bernd Schmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Yao Qi @ 2011-07-20 10:37 UTC (permalink / raw)
  To: GCC Patches, binutils; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

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 (齐尧)

[-- Attachment #2: 0001-remove-gdb-from-noconfigdirs.patch --]
[-- Type: text/x-patch, Size: 1088 bytes --]

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac
  2011-07-20 10:37 [RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac Yao Qi
@ 2011-07-20 15:21 ` Bernd Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Bernd Schmidt @ 2011-07-20 15:21 UTC (permalink / raw)
  To: Yao Qi; +Cc: GCC Patches, binutils, gdb-patches

On 07/20/11 04:06, Yao Qi wrote:
> 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?

I think this qualifies as obvious once a gdb port has been approved.


Bernd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-20 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-20 10:37 [RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac Yao Qi
2011-07-20 15:21 ` Bernd Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).