public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: gcc-patches@gcc.gnu.org, binutils@sourceware.org,
	       gdb-patches@sourceware.org
Subject: Commit: Add support for Tile architecutres to configure.ac
Date: Mon, 13 Jun 2011 15:32:00 -0000	[thread overview]
Message-ID: <m3fwndiwka.fsf@redhat.com> (raw)

Hi Guys,

  I am checking in the patch below to add recognition of the Tilera TILE
  architectures to the top level configure script.  A patch to support
  these architectures has just been committed to the binutils sources.

Cheers
  Nick

./ChangeLog
2011-06-10  Walter Lee <walt@tilera.com>

    * configure.ac (tilepro-*-*) New case.
    (tilegx-*-*): Likewise.
    * configure: Regenerate.
 
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.154
diff -u -3 -p -r1.154 configure.ac
--- configure.ac        9 May 2011 17:56:47 -0000       1.154
+++ configure.ac        13 Jun 2011 15:19:11 -0000
@@ -1054,6 +1054,9 @@ case "${target}" in
   tic6x-*-*)
     noconfigdirs="$noconfigdirs gdb sim"
     ;;
+  tilepro-*-* | tilegx-*-*)
+    noconfigdirs="$noconfigdirs sim"
+    ;;
   v810-*-*)
     noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
     ;;

                 reply	other threads:[~2011-06-13 15:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3fwndiwka.fsf@redhat.com \
    --to=nickc@redhat.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).