diff options
author | Ben Elliston <bje@gnu.org> | 2002-06-24 17:41:28 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2002-06-24 17:41:28 +0000 |
commit | ced6a5288b05ceffc94025563e2afcd68d3f1bda (patch) | |
tree | 33221238ced4a7f235c02e8dd62694e04a866799 /ChangeLog | |
parent | caaac2d1f4129f83a939e21e8f1b5cdb567ade79 (diff) | |
download | newlib-ced6a5288b05ceffc94025563e2afcd68d3f1bda.zip newlib-ced6a5288b05ceffc94025563e2afcd68d3f1bda.tar.gz newlib-ced6a5288b05ceffc94025563e2afcd68d3f1bda.tar.bz2 |
2002-06-24 Ben Elliston <bje@redhat.com>
* configure.in (host_tools): Remove cgen.
* Makefile.in (all-cgen): Remove; runs from its source directory.
(check-cgen, install-cgen, clean-cgen): Likewise.
(all-opcodes): No not depend on all-cgen.
(all-sim): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,13 +1,22 @@ +2002-06-24 Ben Elliston <bje@redhat.com> + + * configure.in (host_tools): Remove cgen. + + * Makefile.in (all-cgen): Remove; runs from its source directory. + (check-cgen, install-cgen, clean-cgen): Likewise. + (all-opcodes): No not depend on all-cgen. + (all-sim): Likewise. + 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com> * configure.in: Fix AIX configury bug. 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com> - * configure.in: replace ${topsrcdir} with ${srcdir} + * configure.in: Replace ${topsrcdir} with ${srcdir}. - * configure.in: Move definition of libstdcxx_flags - right above usage, rather than waaay earlier. + * configure.in: Move definition of libstdcxx_flags right above + usage, rather than way earlier. * configure.in: Pull definition of is_cross_compiler earlier. |