OSDN Git Service

* configure.ac (tilepro-*-*) New case.
authornickc <nickc>
Mon, 13 Jun 2011 15:24:42 +0000 (15:24 +0000)
committernickc <nickc>
Mon, 13 Jun 2011 15:24:42 +0000 (15:24 +0000)
(tilegx-*-*): Likewise.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 2693377..7875229 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 30d6945..9f7055d 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 3960694..98705a1 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"
     ;;