diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2002-03-27 22:52:00 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2002-03-27 22:52:00 +0000 |
commit | 18b467f1428cfb870df7f3ff4f97aa970dc9105c (patch) | |
tree | 84371c24bf118065a466e647f5c0cacda4b56e34 /gcc | |
parent | d337d653ca302134c4e668cdcce30e7518163957 (diff) | |
download | gcc-18b467f1428cfb870df7f3ff4f97aa970dc9105c.zip gcc-18b467f1428cfb870df7f3ff4f97aa970dc9105c.tar.gz gcc-18b467f1428cfb870df7f3ff4f97aa970dc9105c.tar.bz2 |
configure.in (alpha*-dec-osf*): Enable libgcj.
* configure.in (alpha*-dec-osf*): Enable libgcj.
gcc:
* doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
any more.
From-SVN: r51483
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d59469e..32c9d58 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj + any more. + Wed Mar 27 23:19:30 CET 2002 Jan Hubicka <jh@suse.cz> * i960.md (ret): Set PC. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a7dd941..c0901a4 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1788,9 +1788,7 @@ are supported on Tru64 UNIX, so you must not configure GCC with @option{--with-gnu-as} or @option{--with-gnu-ld}. The @option{--enable-threads} options isn't supported yet. A patch is -in preparation for a future release. The Java runtime library has been -reported to work on Tru64 UNIX V4.0F, V5.0, and V5.1, so you may try -@option{--enable-libgcj} and report your results. +in preparation for a future release. GCC writes a @samp{.verstamp} directive to the assembler output file unless it is built as a cross-compiler. It gets the version to use from |