OSDN Git Service

2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 2008 06:17:13 +0000 (06:17 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 2008 06:17:13 +0000 (06:17 +0000)
        * configure.ac: Add double brackets on darwin[912].
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142426 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index d30ecd9..a49ff41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+        * configure.ac: Add double brackets on darwin[912].
+        * configure: Regenerate.
+
 2008-12-03  Daniel Kraft  <d@domob.eu>
 
        * MAINTAINERS:  Moved myself and Mikael Morin from Write After
index 1c35fb4..403982c 100755 (executable)
--- a/configure
+++ b/configure
@@ -2210,7 +2210,7 @@ case "${target}" in
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin* | x86_64-*-darwin912*)
+  powerpc-*-darwin* | x86_64-*-darwin[912]*)
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;
index bbe2ff4..21fcf78 100644 (file)
@@ -446,7 +446,7 @@ case "${target}" in
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin* | x86_64-*-darwin[912]*)
+  powerpc-*-darwin* | x86_64-*-darwin[[912]]*)
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;