public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>, binutils@sourceware.org
Cc: gdb-patches@sourceware.org
Subject: [RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac
Date: Wed, 20 Jul 2011 10:37:00 -0000	[thread overview]
Message-ID: <4E26380A.4080404@codesourcery.com> (raw)

[-- 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


             reply	other threads:[~2011-07-20  2:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-20 10:37 Yao Qi [this message]
2011-07-20 15:21 ` Bernd Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E26380A.4080404@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=binutils@sourceware.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).