diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-02-20 01:12:28 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-02-20 01:12:28 +0000 |
commit | f4ff34a3047cd5dafebeeb733559c5dc0dba2339 (patch) | |
tree | f009823eb831e478104fcc5fb416f4051ee3d771 /ChangeLog | |
parent | 8e23b15d1cd68862503d11996be661999b8584c0 (diff) | |
download | fsf-binutils-gdb-f4ff34a3047cd5dafebeeb733559c5dc0dba2339.zip fsf-binutils-gdb-f4ff34a3047cd5dafebeeb733559c5dc0dba2339.tar.gz fsf-binutils-gdb-f4ff34a3047cd5dafebeeb733559c5dc0dba2339.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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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 it is used as argument to $CC. * ltcf-gcj.sh: Likewise. |