From b512a901908ead8567514c69f1a76cf223e60690 Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Fri, 22 Nov 1996 00:22:19 +0000 Subject: [PATCH] Thu Nov 21 16:19:44 1996 Geoffrey Noer * Makefile.in: add findutils * configure.in: add findutils to list of host_tools --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index affbfff..f40b372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 21 16:19:44 1996 Geoffrey Noer + + * Makefile.in: add findutils + * configure.in: add findutils to list of host_tools + Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com) * config.sub: Handle mn10200 and mn10300. diff --git a/configure.in b/configure.in index 82bf7ba..706c715 100644 --- a/configure.in +++ b/configure.in @@ -49,7 +49,7 @@ fi # these tools are built for the host environment # -host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk" +host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils" # these libraries are built for the target environment, and are built after -- 2.7.4