public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Commit: Add support for Tile architecutres to configure.ac
@ 2011-06-13 15:32 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2011-06-13 15:32 UTC (permalink / raw)
  To: gcc-patches, binutils, gdb-patches

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"
     ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-13 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-13 15:32 Commit: Add support for Tile architecutres to configure.ac Nick Clifton

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).