diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-15 23:27:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-15 23:27:10 +0000 |
commit | efbfb612f4bda4e9f951b3fcd8de8f2b60284b51 (patch) | |
tree | d3ea898ca52505eca818fcbf2458889883b5730b /gas/ChangeLog | |
parent | 94a4a00523dff648f7b0775c845434fdaa153d06 (diff) | |
download | gdb-efbfb612f4bda4e9f951b3fcd8de8f2b60284b51.zip gdb-efbfb612f4bda4e9f951b3fcd8de8f2b60284b51.tar.gz gdb-efbfb612f4bda4e9f951b3fcd8de8f2b60284b51.tar.bz2 |
Changes to make an installed cross-compiler find everything correctly.
Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (install): if $(tooldir) exists, install as in
$(tooldir)/bin.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 31a41f5..6394d8d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com) + + * Makefile.in (install): if $(tooldir) exists, install as in + $(tooldir)/bin. + Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com) * Added WARN_SIGNED_OVERFLOW_WORD define to give an error if any |