diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-27 22:52:00 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-27 22:52:00 +0000 |
commit | dd96b1d1657204d84d54d95ff32e4eed1618509b (patch) | |
tree | 84371c24bf118065a466e647f5c0cacda4b56e34 | |
parent | 4712c7d6025fc9dec8723012535d7a24f8aa8506 (diff) | |
download | gcc-dd96b1d1657204d84d54d95ff32e4eed1618509b.tar.gz |
* configure.in (alpha*-dec-osf*): Enable libgcj.
gcc:
* doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
any more.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51483 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
4 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index a0a8bff04cc..8a1282d23f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * configure.in (alpha*-dec-osf*): Enable libgcj. + 2003-03-27 Matthew Gingell <gingell@gnat.com> * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure.in b/configure.in index e4380a559e0..1de55a104c3 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi). # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000 Free Software Foundation, Inc. +# 1999, 2000, 2001, 2002 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -641,7 +641,7 @@ case "${target}" in # ld works, but does not support shared libraries. emacs doesn't # work. newlib is not 64 bit ready. I'm not sure about fileutils. # gas doesn't generate exception information. - noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss" ;; alpha*-*-*vms*) noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}" diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d59469ea7bd..32c9d584934 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 a7dd9414b9c..c0901a4ae93 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 |