Commit c9874cc0 by Jack Howarth Committed by Andreas Tobler

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
parent 25783c30
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> 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Expand to darwin10 and later. * configure.ac: Expand to darwin10 and later.
......
...@@ -20608,7 +20608,7 @@ case "${host}" in ...@@ -20608,7 +20608,7 @@ case "${host}" in
# on Darwin -single_module speeds up loading of the dynamic libraries. # on Darwin -single_module speeds up loading of the dynamic libraries.
extra_ldflags_libjava=-Wl,-single_module extra_ldflags_libjava=-Wl,-single_module
;; ;;
*-*-darwin912*) *-*-darwin[912]*)
extra_gij_ldflags=-Wl,-allow_stack_execute extra_gij_ldflags=-Wl,-allow_stack_execute
;; ;;
arm*linux*eabi) arm*linux*eabi)
......
...@@ -867,7 +867,7 @@ case "${host}" in ...@@ -867,7 +867,7 @@ case "${host}" in
# on Darwin -single_module speeds up loading of the dynamic libraries. # on Darwin -single_module speeds up loading of the dynamic libraries.
extra_ldflags_libjava=-Wl,-single_module extra_ldflags_libjava=-Wl,-single_module
;; ;;
*-*-darwin[912]*) *-*-darwin[[912]]*)
extra_gij_ldflags=-Wl,-allow_stack_execute extra_gij_ldflags=-Wl,-allow_stack_execute
;; ;;
arm*linux*eabi) arm*linux*eabi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment