Skip to content
Snippets Groups Projects
Commit ed0ded1b authored by pinskia's avatar pinskia
Browse files

2005-08-29 Andrew Pinski <pinskia@physics.uc.edu>

        * configure.ac: Replace "*-*-darwin[0-7].*" with
        "*-*-darwin[[0-7]].*"
        * configure: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103623 138bc75d-0d04-0410-961f-82ee72b054a4
parent 9e993734
No related branches found
No related tags found
No related merge requests found
2005-08-29 Andrew Pinski <pinskia@physics.uc.edu>
* configure.ac: Replace "*-*-darwin[0-7].*" with
"*-*-darwin[[0-7]].*"
* configure: Regenerate.
2005-08-24 Andreas Tobler <a.tobler@schweiz.ch> 2005-08-24 Andreas Tobler <a.tobler@schweiz.ch>
* configure.ac (extra_ldflags_libjava): Enable -single_module only for * configure.ac (extra_ldflags_libjava): Enable -single_module only for
......
...@@ -8377,7 +8377,7 @@ libsubdir=.libs ...@@ -8377,7 +8377,7 @@ libsubdir=.libs
   
# extra LD Flags which are required for targets # extra LD Flags which are required for targets
case "${host}" in case "${host}" in
*-*-darwin0-7.*) *-*-darwin[0-7].*)
# For now we have to disable it on darwin[8-9] because it slows down # For now we have to disable it on darwin[8-9] because it slows down
# the linking phase. A possible bug in ld? # the linking phase. A possible bug in ld?
# on Darwin -single_module speeds up loading of the dynamic libraries. # on Darwin -single_module speeds up loading of the dynamic libraries.
......
...@@ -670,7 +670,7 @@ libsubdir=.libs ...@@ -670,7 +670,7 @@ libsubdir=.libs
# extra LD Flags which are required for targets # extra LD Flags which are required for targets
case "${host}" in case "${host}" in
*-*-darwin[0-7].*) *-*-darwin[[0-7]].*)
# For now we have to disable it on darwin[8-9] because it slows down # For now we have to disable it on darwin[8-9] because it slows down
# the linking phase. A possible bug in ld? # the linking phase. A possible bug in ld?
# on Darwin -single_module speeds up loading of the dynamic libraries. # on Darwin -single_module speeds up loading of the dynamic libraries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment