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: r142427
This commit is contained in:
parent
25783c3001
commit
c9874cc013
@ -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-02 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
* configure.ac: Expand to darwin10 and later.
|
||||
|
2
libjava/configure
vendored
2
libjava/configure
vendored
@ -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)
|
||||
|
@ -867,7 +867,7 @@ case "${host}" in
|
||||
# on Darwin -single_module speeds up loading of the dynamic libraries.
|
||||
extra_ldflags_libjava=-Wl,-single_module
|
||||
;;
|
||||
*-*-darwin[912]*)
|
||||
*-*-darwin[[912]]*)
|
||||
extra_gij_ldflags=-Wl,-allow_stack_execute
|
||||
;;
|
||||
arm*linux*eabi)
|
||||
|
Loading…
Reference in New Issue
Block a user