* 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.
This commit is contained in:
Alexandre Oliva
2003-02-20 01:12:28 +00:00
parent 8e23b15d1c
commit f4ff34a304
4 changed files with 41 additions and 9 deletions

View File

@ -1,3 +1,10 @@
2003-02-19 Alexandre Oliva <aoliva@redhat.com>
* 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.
2003-02-19 Alexandre Oliva <aoliva@redhat.com>
* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever