ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
* ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}. * ltconfig (irix5*, irix6*): Don't override version_type. From-SVN: r72152
This commit is contained in:
parent
83d865c57c
commit
fffeb871a1
@ -1,3 +1,8 @@
|
||||
2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
|
||||
* ltconfig (irix5*, irix6*): Don't override version_type.
|
||||
|
||||
2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
|
||||
|
||||
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
|
||||
|
@ -326,7 +326,7 @@ case $host_os in
|
||||
if test "$with_gnu_ld" = no; then
|
||||
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 -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
|
||||
archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
|
||||
fi
|
||||
fi
|
||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||
|
Loading…
Reference in New Issue
Block a user