diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2008-12-04 06:17:13 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2008-12-04 07:17:13 +0100 |
commit | 25783c3001c381087ef1568ee253a44dc7de9a15 (patch) | |
tree | 67144b5861dc7285ce07030911c373c984d86d01 /configure | |
parent | eefaa99a00d21da48d05368aa8e4ccb5bfd74692 (diff) | |
download | gcc-25783c3001c381087ef1568ee253a44dc7de9a15.zip gcc-25783c3001c381087ef1568ee253a44dc7de9a15.tar.gz gcc-25783c3001c381087ef1568ee253a44dc7de9a15.tar.bz2 |
configure.ac: Add double brackets on darwin[912].
2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Add double brackets on darwin[912].
* configure: Regenerate.
From-SVN: r142426
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |