diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-06-01 12:25:19 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-06-01 12:25:19 +0000 |
commit | 028098486c768c0f666bf4daa03cf8adfe230599 (patch) | |
tree | ae81d1c6393a6aebe1c8b71eb9a09ee578238d12 /gcc/doc | |
parent | d5b0558fdac8245f6fa72cbf706abc67723356da (diff) | |
download | gcc-028098486c768c0f666bf4daa03cf8adfe230599.zip gcc-028098486c768c0f666bf4daa03cf8adfe230599.tar.gz gcc-028098486c768c0f666bf4daa03cf8adfe230599.tar.bz2 |
install.texi: Document that InfoZIP can replace jar.
gcc:
2006-06-01 Paolo Bonzini <bonzini@gnu.org>
* doc/install.texi: Document that InfoZIP can replace jar.
libjava:
2006-06-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (ZIP, UNZIP): New programs.
(JAR): Fall back to bash script. Generate it.
(BASH_JAR): New conditional.
* Makefile.am (bin_SCRIPTS): New.
* jar.in: New file.
From-SVN: r114304
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8697577..0494f28 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -305,7 +305,7 @@ release (4.1.3) when configured with @option{--enable-mpfr}. The @option{--with-mpfr} or @option{--with-mpfr-dir} configure option should be used if your MPFR Library is not installed in your library search path. -@item jar +@item @command{jar}, or InfoZIP (@command{zip} and @command{unzip}) Necessary to build libgcj, the GCJ runtime. @@ -2911,6 +2911,10 @@ to build the Ada language as it can't be bootstrapped using C@. Ada is only available for the 32-bit PA-RISC runtime. The libffi and libjava haven't been ported to HP-UX and don't build. +Starting with GCC 3.4 an ISO C compiler is required to bootstrap. The +bundled compiler supports only traditional C; you will need either HP's +unbundled compiler, or a binary distribution of GCC@. + It is possible to build GCC 3.3 starting with the bundled HP compiler, but the process requires several steps. GCC 3.3 can then be used to build later versions. The fastjar program contains ISO C code and @@ -2919,10 +2923,6 @@ avoided by not building the Java language. For example, use the @option{--enable-languages="c,c++,f77,objc"} option in your configure command. -Starting with GCC 3.4 an ISO C compiler is required to bootstrap. The -bundled compiler supports only traditional C; you will need either HP's -unbundled compiler, or a binary distribution of GCC@. - There are several possible approaches to building the distribution. Binutils can be built first using the HP tools. Then, the GCC distribution can be built. The second approach is to build GCC |