diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 18:01:57 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 18:01:57 +0000 |
commit | 501068c293f0a31117ceb7f414413c2619afa853 (patch) | |
tree | b9935eca92c3b6a897901f1c8f31c6393c98e4ae /configure | |
parent | 7ada14bbb041dc20b80e26de12d6438df9a3ef3b (diff) | |
download | gcc-501068c293f0a31117ceb7f414413c2619afa853.tar.gz |
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
* 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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; |