and its argument when gcc is the compiler.
+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
*)
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