diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-02-20 02:09:58 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-02-20 02:09:58 +0000 |
commit | 914fef269a188d9d91c8a3a6c83c5965198b7c1e (patch) | |
tree | a81c2adf5506e3742f1acc4ffdee5558758dfa5d /ltconfig | |
parent | 6acfdfd9c1d875eea07825fd76c6667602576ef2 (diff) | |
download | gdb-914fef269a188d9d91c8a3a6c83c5965198b7c1e.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.
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 |