diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-10-06 15:13:13 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-10-06 15:13:13 +0000 |
commit | fffeb871a114219c8aa729064632af142b1bf6c6 (patch) | |
tree | 8532f227333840dc199778976875228a53b4f15c /ltconfig | |
parent | 83d865c57c34520403cdd160c289b3c5e6287805 (diff) | |
download | gcc-fffeb871a114219c8aa729064632af142b1bf6c6.tar.gz |
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
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1191,7 +1191,6 @@ irix5* | irix6*) else version_type=irix fi - version_type=irix need_lib_prefix=no need_version=no soname_spec='${libname}${release}.so$major' |