libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH Tru64 support for export-symbols for cxx cmplr


From: ANEESH KUMAR .K.V
Subject: Re: PATCH Tru64 support for export-symbols for cxx cmplr
Date: Thu, 23 Nov 2000 03:17:26 -0000

Hai ,

I have already send this patch . Is this patch all right , or is there any modification needed

-aneesh

Index: libtool/ChangeLog
===================================================================
RCS file: /home/cvs/libtool/ChangeLog,v
retrieving revision 1.641.2.132
diff -u -r1.641.2.132 ChangeLog
--- libtool/ChangeLog   2000/11/11 13:42:59     1.641.2.132
+++ libtool/ChangeLog   2000/11/15 10:53:54
@@ -1,3 +1,7 @@
+2000-11-15  Aneesh Kumar K.V <address@hidden>
+
+       * ltcf-cxx.sh (archive_expsym_cmds):  Support for -export-symbol
+        option on Tru64.
2000-11-11  Gary V. Vaughan  <address@hidden>

       * ltdl.m4, ltcf-c.sh, libtool.m4: Use $ac_ext and $ac_objext
Index: libtool/ltcf-cxx.sh
===================================================================
RCS file: /home/cvs/libtool/Attic/ltcf-cxx.sh,v
retrieving revision 1.1.2.24
diff -u -r1.1.2.24 ltcf-cxx.sh
--- libtool/ltcf-cxx.sh 2000/10/30 22:48:18     1.1.2.24
+++ libtool/ltcf-cxx.sh 2000/11/15 10:53:57
@@ -396,6 +396,10 @@
        ;;
      cxx)
        allow_undefined_flag=' -expect_unresolved \*'
+
+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+
archive_cmds='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'

        hardcode_libdir_flag_spec='-rpath $libdir'

_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

Attachment: cvsdiff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]