mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with
native ld too.
This commit is contained in:
parent
a6eea79a1d
commit
7dc52cf746
@ -1,5 +1,8 @@
|
|||||||
1999-04-04 Alexandre Oliva <oliva@dcc.unicamp.br>
|
1999-04-04 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with
|
||||||
|
native ld too.
|
||||||
|
|
||||||
* ltconfig.in (sunos4*, GNU ld): Reordered.
|
* ltconfig.in (sunos4*, GNU ld): Reordered.
|
||||||
|
|
||||||
* ltconfig.in (archive_cmds, sunos4*): Revert to -Bstatic; the
|
* ltconfig.in (archive_cmds, sunos4*): Revert to -Bstatic; the
|
||||||
|
@ -1189,6 +1189,8 @@ else
|
|||||||
archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
|
archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
hardcode_libdir_flag_spec='-L$libdir'
|
||||||
hardcode_minus_L=yes
|
hardcode_minus_L=yes
|
||||||
|
# see comment about different semantics on the GNU ld section
|
||||||
|
ld_shlibs=no
|
||||||
;;
|
;;
|
||||||
|
|
||||||
cygwin* | mingw*)
|
cygwin* | mingw*)
|
||||||
|
Loading…
Reference in New Issue
Block a user