summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-04 06:17:13 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-04 06:17:13 +0000
commit42d640f674b949d52a61f10e29e3cf48461037a4 (patch)
tree67144b5861dc7285ce07030911c373c984d86d01 /configure.ac
parent2b22bb3d04f2c8734b4f84276b6803cd723981e8 (diff)
downloadgcc-42d640f674b949d52a61f10e29e3cf48461037a4.tar.gz
2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bbe2ff4393e..21fcf78ed49 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-*-darwin[912]*)
+ powerpc-*-darwin* | x86_64-*-darwin[[912]]*)
noconfigdirs="$noconfigdirs ld gas gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;