diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-06-08 03:24:41 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-06-08 03:24:41 +0000 |
commit | dc70af013c687728724815149dd378a45096d80b (patch) | |
tree | e2c9b6dc9fd91979e2fe21c7e8141080b2efe0aa /ChangeLog | |
parent | 8529105a0ed3dfd4e09005aa4d39650808818a6d (diff) | |
download | binutils-dc70af013c687728724815149dd378a45096d80b.tar.gz binutils-dc70af013c687728724815149dd378a45096d80b.tar.bz2 binutils-dc70af013c687728724815149dd378a45096d80b.zip |
* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
gcc/xgcc is built, use -print-prog-name to find out the program
name to use.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9a770701c77..9ab0fd9315c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com> + + * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If + gcc/xgcc is built, use -print-prog-name to find out the program + name to use. + 2001-06-04 Mark Mitchell <mark@codesourcery.com> * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, |