diff options
author | Geoffrey Noer <noer@cygnus> | 1996-06-27 00:22:06 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-06-27 00:22:06 +0000 |
commit | 708fcc12064d622de6f4df107e395cca14cce7f7 (patch) | |
tree | fdcc317a636579b962aba5ff859aa3b1a0e0345a /configure.in | |
parent | 566e232559c2a32ee73473f0cf54ef35e56d7220 (diff) | |
download | gdb-708fcc12064d622de6f4df107e395cca14cce7f7.zip gdb-708fcc12064d622de6f4df107e395cca14cce7f7.tar.gz gdb-708fcc12064d622de6f4df107e395cca14cce7f7.tar.bz2 |
Adding bash and time to list of hosttools
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2387c46..6c3af3e 100644 --- a/configure.in +++ b/configure.in @@ -50,8 +50,8 @@ 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 - m4 autoconf ispell grep diff rcs cvs fileutils shellutils + 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" @@ -83,7 +83,8 @@ target_tools="target-examples target-groff" # native_only="autoconf cvs emacs emacs19 fileutils find grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash - uudecode wdiff gprof target-groff guile perl apache inet" + uudecode wdiff gprof target-groff guile perl apache inet time + bash" # directories to be built in a cross environment only # |