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 | d089d59a8577a8fd9678bd53102d93979b1fc844 (patch) | |
tree | 3bef8c09bf45b2c98ee2a8b390d6723aa6e2ab54 /ltconfig | |
parent | b9a1f84725a9aff8ff7369a342c6384161375671 (diff) | |
download | newlib-d089d59a8577a8fd9678bd53102d93979b1fc844.zip newlib-d089d59a8577a8fd9678bd53102d93979b1fc844.tar.gz newlib-d089d59a8577a8fd9678bd53102d93979b1fc844.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 |