This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Commit: Add support for Tile architecutres to configure.ac


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]