diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-04 06:17:50 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-04 06:17:50 +0000 |
commit | 814fa72724f590a200ad2115632117bdc7f876cf (patch) | |
tree | 282361752124f08b4e7bee4feeac81d8bcb79e07 /libjava/configure | |
parent | 42d640f674b949d52a61f10e29e3cf48461037a4 (diff) | |
download | gcc-814fa72724f590a200ad2115632117bdc7f876cf.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@142427 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure b/libjava/configure index 42803833083..f2d0c9dd562 100755 --- a/libjava/configure +++ b/libjava/configure @@ -20608,7 +20608,7 @@ case "${host}" in # on Darwin -single_module speeds up loading of the dynamic libraries. extra_ldflags_libjava=-Wl,-single_module ;; -*-*-darwin912*) +*-*-darwin[912]*) extra_gij_ldflags=-Wl,-allow_stack_execute ;; arm*linux*eabi) |