diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-19 18:13:32 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-19 18:13:32 +0000 |
| commit | e70cfab5901eb2cf8464ff132a57df8d29c09836 (patch) | |
| tree | 205039aa4f99da5a4718fc432834ff6c66ad1c30 | |
| parent | 4e51e4f01ca6c078dbd70a08e6d0d6345f6c634b (diff) | |
| download | ppe42-gcc-e70cfab5901eb2cf8464ff132a57df8d29c09836.tar.gz ppe42-gcc-e70cfab5901eb2cf8464ff132a57df8d29c09836.zip | |
* doc/install.texi (Specific): Update status of Solaris 2.8.
For PR libgcj/6158.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52532 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index febb90a3e04..3fe2921b00f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-19 Tom Tromey <tromey@redhat.com> + + * doc/install.texi (Specific): Update status of Solaris 2.8. + For PR libgcj/6158. + 2002-04-19 Andreas Schwab <schwab@suse.de> * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 423be206928..c90f506b861 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3522,10 +3522,12 @@ the Solaris 7 Recommended Patch Cluster. The Solaris 8 linker fails to link some @samp{libjava} programs if previously-installed GCC java libraries already exist in the configured -prefix. For this reason, @samp{libgcj} is disabled by default on Solaris 8. -If you use GNU @command{ld}, or if you don't have a previously-installed @samp{libgcj} in -the same prefix, use @option{--enable-libgcj} to build and install the -Java libraries. +prefix. For this reason, @command{configure} will report an error on +Solaris 8 if an existing @samp{libgcj} is found in the appropriate +install directory and the system linker is in use. In this case, you +can configure with a different prefix, or delete or rename the existing +@samp{libgcj} library files before configuring, or configure using +@option{--disable-libgcj}. @html <p> |

