autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf: add "tile" to config.sub for Tilera's chip


From: Chris Metcalf
Subject: autoconf: add "tile" to config.sub for Tilera's chip
Date: Mon, 14 Jan 2008 11:08:47 -0500
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Tilera recently announced itself as a company (www.tilera.com) and is selling its first chip, the Tile64. We've developed our toolchain around binutils, and are using Linux as our OS (64-way SMP!) so we'd like to start getting the "tile" name recognized by configure so it's easier for people to start porting stuff to our platform over time.

Thanks!

--- autoconf/build-aux/config.sub       20 Aug 2007 21:23:37 -0000      1.6
+++ autoconf/build-aux/config.sub       14 Jan 2008 15:56:35 -0000
@@ -1021,6 +1021,10 @@
               basic_machine=tic6x-unknown
               os=-coff
               ;;
+       tile*)
+               basic_machine=tile-tilera
+               os=-linux-gnu
+               ;;
       tx39)
               basic_machine=mipstx39-unknown
               ;;

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]