diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-04 06:17:13 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-04 06:17:13 +0000 |
commit | 42d640f674b949d52a61f10e29e3cf48461037a4 (patch) | |
tree | 67144b5861dc7285ce07030911c373c984d86d01 | |
parent | 2b22bb3d04f2c8734b4f84276b6803cd723981e8 (diff) | |
download | gcc-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
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d30ecd9df2b..a49ff418c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu> + + * configure.ac: Add double brackets on darwin[912]. + * configure: Regenerate. + 2008-12-03 Daniel Kraft <d@domob.eu> * MAINTAINERS: Moved myself and Mikael Morin from Write After diff --git a/configure b/configure index 1c35fb43885..403982c69fb 100755 --- a/configure +++ b/configure @@ -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" ;; 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" ;; |