Commit 6ebe3121 by Jeffrey Oldham Committed by Jeffrey D. Oldham

ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.

2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>

	* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.

From-SVN: r41931
parent 8a153288
2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
2001-05-03 Alexandre Oliva <aoliva@redhat.com> 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
......
...@@ -302,9 +302,9 @@ case $host_os in ...@@ -302,9 +302,9 @@ case $host_os in
*) *)
if test "$with_gcc" = yes; then if test "$with_gcc" = yes; then
if test "$with_gnu_ld" = no; 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 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
fi fi
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment