From 7307936052bc73e87f5bb6ddeefcb6c2ed327094 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Wed, 24 Aug 2005 07:54:22 +0200 Subject: configure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8. 2005-08-24 Andreas Tobler * configure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8. * configure: Regenerate. From-SVN: r103430 --- libjava/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libjava/configure') diff --git a/libjava/configure b/libjava/configure index fddaacb..4ccabd7 100755 --- a/libjava/configure +++ b/libjava/configure @@ -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 ;; -- cgit v1.1