]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
authorMark P Mitchell <mark@codesourcery.com>
Fri, 27 Apr 2001 17:07:33 +0000 (17:07 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 27 Apr 2001 17:07:33 +0000 (17:07 +0000)
ChangeLog
ltcf-cxx.sh

index b26e8238bad0e0b595ea6a1d1c1e32f5950b3a63..c65fa1e35885c3c783103e795b52c2c2e3b48ec8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-27  Mark P Mitchell  <mark@codesourcery.com>
+
+       * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
+
 2001-04-24  Thomas Tanner  <tanner@ffii.org>
 
        * TODO: describe problems with libltdl
index 5e6bfd38374bfac113c6f577f9285a9647751f8a..8adf3e3b5dbf1d9dcc039b29baff77893b691cdf 100644 (file)
@@ -302,9 +302,9 @@ 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 $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+            archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_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='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
+            archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
           fi
         fi
         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'