diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-15 23:26:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-15 23:26:41 +0000 |
commit | 94a4a00523dff648f7b0775c845434fdaa153d06 (patch) | |
tree | 69b396c25d6b731364daf89a4c908ba18be580bf | |
parent | c51083226cfeb0c0c754735ae9d01af728fd8f32 (diff) | |
download | gdb-94a4a00523dff648f7b0775c845434fdaa153d06.zip gdb-94a4a00523dff648f7b0775c845434fdaa153d06.tar.gz gdb-94a4a00523dff648f7b0775c845434fdaa153d06.tar.bz2 |
Changes to make an installed cross-compiler find everything correctly.
Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (install): if $(tooldir) exists, install nm and
strip in $(tooldir)/bin.
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 24f6417..bfe2e60 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com) + + * Makefile.in (install): if $(tooldir) exists, install nm and + strip in $(tooldir)/bin. + +Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com) + + * Makefile.in: Let's call it version 2.0. + +Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com) + + * Makefile.in: Bump to version 0.98. + * TODO, README: Minor updates. + + * Makefile.in: Added mostlyclean, distclean rules, + and cleaned up clean, realclean. + Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: map program names through program_transform_name |