From: Alexandre Oliva Date: Sun, 4 Apr 1999 08:35:30 +0000 (+0000) Subject: * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for X-Git-Tag: release-1-3~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50c6a80a43b54128ddb2d2b5ef0ad1e1858a77ab;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 efbb4e418..3124e1227 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 7b43c4784..837ad4fca 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1108,7 +1108,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