From: Alexandre Oliva Date: Sun, 4 Apr 1999 08:35:41 +0000 (+0000) Subject: * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for X-Git-Tag: release-1-3b~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6df1c07038b50a4b1bd33357be331faa4c29c5aa;p=thirdparty%2Flibtool.git * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for deplibs.test to work with GNU ld; -Bshareable is needed here. --- diff --git a/ChangeLog b/ChangeLog index 41cf489ed..8e524f4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-04-04 Alexandre Oliva + * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for + deplibs.test to work with GNU ld; -Bshareable is needed here. + * ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with native ld too. diff --git a/ltconfig.in b/ltconfig.in index b6d2ef667..bdf14c1dd 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1117,7 +1117,7 @@ EOF ;; sunos4*) - archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts' + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linkopts' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no