]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-cxx.sh (archive_cmds, irix): Added -Wl to -update_registry
authorAlbert Chin-A-Young <china@thewrittenword.com>
Mon, 10 Jul 2000 06:14:49 +0000 (06:14 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 10 Jul 2000 06:14:49 +0000 (06:14 +0000)
and its argument when gcc is the compiler.

ChangeLog
ltcf-cxx.sh

index 9f0828f28f399a7529fe5e4b9b9e42f8264a62dc..7c3829a7971a52730b8ce55218fa6b12791b0f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-10  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * ltcf-cxx.sh (archive_cmds, irix): Added -Wl to -update_registry
+       and its argument when gcc is the compiler.
+
 2000-07-10  Alexandre Oliva  <aoliva@lsd.ic.unicamp.br>
 
        * libtool.m4 (lt_cv_deplibs_check_method, freebsd): Do not depend
index 4655e52360cab5497587fac06b9540537fd3aec3..ac33579819689e80be38f2ee8617b23dfba22c32 100644 (file)
@@ -213,7 +213,7 @@ case "$host_os" in
       *)
         if test "$with_gcc" = yes; then
           if test "$with_gnu_ld" = no; then
-            archive_cmds='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $linker_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -update_registry ${objdir}/so_locations -o $lib'
+            archive_cmds='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $linker_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
           else
             archive_cmds='$LD -shared $predep_objects $libobjs $deplibs $postdep_objects $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
           fi