]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS0 [irix]: Define
authorMichael Pruett <michael@68k.org>
Sun, 14 Mar 2004 14:48:33 +0000 (14:48 +0000)
committerScott James Remnant <scott@netsplit.com>
Sun, 14 Mar 2004 14:48:33 +0000 (14:48 +0000)
archive_expsym_cmds so that --export-symbols will work.

ChangeLog
m4/libtool.m4

index cc9e782b45b6fbab8da0cb799cc1a83b9835e1a5..25903d787a2adbdeb144385380500b4d301b91dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-14  Michael Pruett  <michael@68k.org>
+
+       * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS0 [irix]: Define
+       archive_expsym_cmds so that --export-symbols will work.
+
 2004-03-11  Peter O'Gorman  <peter@pogma.com>
 
        * ltmain.in (link_all_deplibs,darwin): Link libraries in the
index 1bcdb1f3da3d46c425b535dcc5e604260f3a19f2..06b7c9afac95e33ed722dcbf783028a755034931 100644 (file)
@@ -3911,8 +3911,10 @@ _LT_EOF
     irix5* | irix6* | nonstopux*)
       if test "$GCC" = yes; then
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
       else
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
       fi
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'