This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac
- From: Yao Qi <yao at codesourcery dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, binutils at sourceware dot org
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 20 Jul 2011 10:06:02 +0800
- Subject: [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