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 | 8c1c82be40cf0af781a5b8f5018aedc23f45c7c2 (patch) | |
tree | 26cbcd588905e0ea9d803eb83edda3e0ff7ed98b /ChangeLog | |
parent | 57e1720035695be7ac7b50a935915e8d6967486e (diff) | |
download | gdb-8c1c82be40cf0af781a5b8f5018aedc23f45c7c2.tar.gz |
* 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, |