diff options
author | Tom Tromey <tromey@redhat.com> | 1998-11-13 20:31:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-11-13 20:31:12 +0000 |
commit | 61821e296a4c6dfdf3785d818339fa89b49ebcab (patch) | |
tree | 4a4fc3f38c244b0fc47c5ef87f8b82ff7c4ca8c5 /configure.in | |
parent | eb339488fe05a5b0cc43f1ccaaaf6c73b79cf7bc (diff) | |
download | gdb-61821e296a4c6dfdf3785d818339fa89b49ebcab.zip gdb-61821e296a4c6dfdf3785d818339fa89b49ebcab.tar.gz gdb-61821e296a4c6dfdf3785d818339fa89b49ebcab.tar.bz2 |
* configure.in (host_tools): Added zip.
* Makefile.in (all-target-libjava): Depend on all-zip.
(all-zip): New target.
(ALL_MODULES): Added all-zip.
(NATIVE_CHECK_MODULES): Added check-zip.
(INSTALL_MODULES): Added install-zip.
(CLEAN_MODULES): Added clean-zip.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 88bb232..76368e8 100644 --- a/configure.in +++ b/configure.in @@ -56,7 +56,7 @@ fi # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to # know that we are building the simulator. -host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext" +host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip" # start-sanitize-ide host_tools="${host_tools} ilu vmake jstools" # end-sanitize-ide |