* configure.ac (tilepro-*-*) New case.
authorNick Clifton <nickc@redhat.com>
Mon, 13 Jun 2011 15:24:43 +0000 (15:24 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 Jun 2011 15:24:43 +0000 (15:24 +0000)
(tilegx-*-*): Likewise.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 26933775f1ddf948a7cd2f8f6a732365698f58a3..78752297111a1ed390f747b0a530417067feba00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-13  Walter Lee <walt@tilera.com>
+
+       * configure.ac (tilepro-*-*) New case.
+       (tilegx-*-*): Likewise.
+       * configure: Regenerate.
+
 2011-06-06  Nick Clifton  <nickc@redhat.com>
 
        * config.sub: Sync from upstream.
index 30d694599d10ef5a1bcd9fdafeed26e01805e97d..9f7055d2ecf876482219a25930c95f8147c33310 100755 (executable)
--- a/configure
+++ b/configure
@@ -3608,6 +3608,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 39606948e3d8a816f2aee728491dede43c9b0539..98705a1d19e46743289900828cbfd5e26ffd8cae 100644 (file)
@@ -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"
     ;;
This page took 0.044148 seconds and 4 git commands to generate.