OSDN Git Service

2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Dec 2008 18:01:57 +0000 (18:01 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Dec 2008 18:01:57 +0000 (18:01 +0000)
* configure.ac: Expand to darwin10 and later.
* configure: Regenerate.

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

ChangeLog
configure
configure.ac

index 5158bde..9004676 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * configure.ac: Expand to darwin10 and later.
+       * configure: Regenerate.
+
 2008-12-02  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.def: configure-target-boehm-gc depends on
 2008-12-02  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.def: configure-target-boehm-gc depends on
index 8bf9f05..1c35fb4 100755 (executable)
--- a/configure
+++ b/configure
@@ -2210,7 +2210,7 @@ case "${target}" in
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin* | x86_64-*-darwin9*)
+  powerpc-*-darwin* | x86_64-*-darwin912*)
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;
index 1a95b19..bbe2ff4 100644 (file)
@@ -446,7 +446,7 @@ case "${target}" in
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin* | x86_64-*-darwin9*)
+  powerpc-*-darwin* | x86_64-*-darwin[912]*)
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;