diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-12-09 01:39:21 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-12-08 17:39:21 -0800 |
commit | 5db1f7edca103836920ba673f01759963d261324 (patch) | |
tree | 0d502f76b4f1dfb3e7789814b053b31f6ff9c6f4 /configure.in | |
parent | 5a2eb52b169fea7dd6062142867f2510b1c16a65 (diff) | |
download | gcc-5db1f7edca103836920ba673f01759963d261324.zip gcc-5db1f7edca103836920ba673f01759963d261324.tar.gz gcc-5db1f7edca103836920ba673f01759963d261324.tar.bz2 |
Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
(ALL_MODULES): Added fastjar.
(NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
(all-target-libjava): all-fastjar replaces all-zip.
(all-fastjar): Added.
(configure-target-fastjar, all-target-fastjar): Likewise.
* configure.in (host_tools): Added fastjar.
(http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00479.html)
From-SVN: r38143
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 21c15ad..4236fe0 100644 --- a/configure.in +++ b/configure.in @@ -61,7 +61,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 zip" +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 fastjar" # these libraries are built for the target environment, and are built after # the host libraries and the host tools (which may be a cross compiler) |