configure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8.
2005-08-24 Andreas Tobler <a.tobler@schweiz.ch> * configure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8. * configure: Regenerate. From-SVN: r103430
This commit is contained in:
parent
2501b16706
commit
7307936052
@ -1,3 +1,9 @@
|
||||
2005-08-24 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* configure.ac (extra_ldflags_libjava): Enable -single_module only for
|
||||
darwin < 8.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-08-23 Roman Kennke <roman@kennke.org>
|
||||
|
||||
* java/lang/Character.java
|
||||
|
4
libjava/configure
vendored
4
libjava/configure
vendored
@ -8377,7 +8377,9 @@ libsubdir=.libs
|
||||
|
||||
# extra LD Flags which are required for targets
|
||||
case "${host}" in
|
||||
*-darwin*)
|
||||
*-*-darwin0-7.*)
|
||||
# For now we have to disable it on darwin[8-9] because it slows down
|
||||
# the linking phase. A possible bug in ld?
|
||||
# on Darwin -single_module speeds up loading of the dynamic libraries.
|
||||
extra_ldflags_libjava=-Wl,-single_module
|
||||
;;
|
||||
|
@ -670,7 +670,9 @@ libsubdir=.libs
|
||||
|
||||
# extra LD Flags which are required for targets
|
||||
case "${host}" in
|
||||
*-darwin*)
|
||||
*-*-darwin[0-7].*)
|
||||
# For now we have to disable it on darwin[8-9] because it slows down
|
||||
# the linking phase. A possible bug in ld?
|
||||
# on Darwin -single_module speeds up loading of the dynamic libraries.
|
||||
extra_ldflags_libjava=-Wl,-single_module
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user