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