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 | 65279b928e4b1774d37fb2975015b347a37eae96 (patch) | |
tree | a4851bc78045842df59683d755e0f173e120cc2c /ltconfig | |
parent | f4ff34a3047cd5dafebeeb733559c5dc0dba2339 (diff) | |
download | gdb-65279b928e4b1774d37fb2975015b347a37eae96.zip gdb-65279b928e4b1774d37fb2975015b347a37eae96.tar.gz gdb-65279b928e4b1774d37fb2975015b347a37eae96.tar.bz2 |
* 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 |