diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-06-08 03:21:07 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-06-08 03:21:07 +0000 |
commit | e9a8af10673c70eb43135b6d0366909f147744b1 (patch) | |
tree | abc446b411b3dfdf0dbbd2304fcae839a5a220c0 /ChangeLog | |
parent | b9e18cb67300dd4079d560a69c5c9c7f004fa709 (diff) | |
download | gcc-e9a8af10673c70eb43135b6d0366909f147744b1.tar.gz |
Makefile.in (AS_FOR_TARGET, [...]): If gcc/xgcc is built, use -print-prog-name to find out the program name to use.
* 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.
From-SVN: r42996
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4695b398ea6..5ea7a233aed 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 Phil Edwards <pme@sources.redhat.com> * config.guess: Import CVS version 1.194. All gcc-local changes |