diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 02:09:45 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 02:09:45 +0000 |
commit | b1eb1a89bff99e79d3260170413fcecd2d61ec47 (patch) | |
tree | c760153d9da7994d48424031ff664a991a5f97eb /ltconfig | |
parent | de3c9f551499a7d69a2e97ac347525467a2ead9d (diff) | |
download | gcc-b1eb1a89bff99e79d3260170413fcecd2d61ec47.tar.gz |
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* ltconfig: Handle it.
* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
auto-detecting it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63150 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1190,7 +1190,7 @@ irix5* | irix6*) version_type=linux else version_type=irix - if + fi version_type=irix need_lib_prefix=no need_version=no |