]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ]
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 29 Jan 2007 19:51:19 +0000 (19:51 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 29 Jan 2007 19:51:19 +0000 (19:51 +0000)
<archive_expsym_cmds>: Behave like Linux, so that
--version-script is used for Hurd as well.

ChangeLog
libltdl/m4/libtool.m4

index 0fc5afac7065dd193adc1aca2c58348829f46bc0..b64f4480ff6f6e489f5c26dd1a2a47ed94a963d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-29  Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ]
+       <archive_expsym_cmds>: Behave like Linux, so that
+       --version-script is used for Hurd as well.
+
 2007-01-28  Charles Wilson  <libtool@cwilson.fastmail.fm>
 
        * NEWS: Update for Cygwin changes.
index f575e30f731e59d38c3ad4aed08ee7b936dd73ff..aa9a2727d654f579ed58bd84d08ef21b2e47ea3d 100644 (file)
@@ -4163,7 +4163,7 @@ _LT_EOF
       _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
       ;;
 
-    linux* | tpf* | k*bsd*-gnu)
+    gnu* | linux* | tpf* | k*bsd*-gnu)
       tmp_diet=no
       if test "$host_os" = linux-dietlibc; then
        case $cc_basename in