From 7f171b9554da57f48e038d0224599ac8a06ee37f Mon Sep 17 00:00:00 2001 From: Jack Howarth Date: Tue, 2 Dec 2008 18:01:57 +0000 Subject: [PATCH] configure.ac: Expand to darwin10 and later. 2008-12-02 Jack Howarth * configure.ac: Expand to darwin10 and later. * configure: Regenerate. From-SVN: r142367 --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5158bde8e11..90046762023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-02 Jack Howarth + + * configure.ac: Expand to darwin10 and later. + * configure: Regenerate. + 2008-12-02 Andreas Schwab * Makefile.def: configure-target-boehm-gc depends on diff --git a/configure b/configure index 8bf9f059763..1c35fb43885 100755 --- a/configure +++ b/configure @@ -2210,7 +2210,7 @@ case "${target}" in *-*-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" ;; diff --git a/configure.ac b/configure.ac index 1a95b1955e5..bbe2ff4393e 100644 --- a/configure.ac +++ b/configure.ac @@ -446,7 +446,7 @@ case "${target}" in *-*-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" ;;