diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2002-05-02 23:29:30 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2002-05-02 23:29:30 +0000 |
commit | 6b976d997cfd5ef56ecbe9f7ee5766034c7e614c (patch) | |
tree | d2036e47f85f18f8e00892ab57ea40e880e7eef9 /gcc | |
parent | 0a2950527d2e05cc4e1bfdcb7c3f706428eba01c (diff) | |
download | gcc-6b976d997cfd5ef56ecbe9f7ee5766034c7e614c.zip gcc-6b976d997cfd5ef56ecbe9f7ee5766034c7e614c.tar.gz gcc-6b976d997cfd5ef56ecbe9f7ee5766034c7e614c.tar.bz2 |
* doc/install.texi (*-*-freebsd*): Update to latest status.
From-SVN: r53070
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ffef335..31da6be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-02 Loren J. Rittle <ljrittle@acm.org> + + * doc/install.texi (*-*-freebsd*): Update to latest status. + 2002-05-02 Jakub Jelinek <jakub@redhat.com> PR target/6540 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f26379c9..cea1337 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2079,7 +2079,7 @@ A port to the AT&T DSP1610 family of processors. The version of binutils installed in @file{/usr/bin} is known to work unless otherwise specified in any per-architecture notes. However, binutils -2.11 or greater is known to improve overall testsuite results. +2.12.1 or greater is known to improve overall testsuite results. For FreeBSD 1, FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All configuration support and files as shipped with GCC 2.95 are still in @@ -2103,8 +2103,10 @@ results on FreeBSD 3.0, 3.4, 4.0, 4.2, 4.3, 4.4, 4.5-STABLE and 5-CURRENT@. In principle, @option{--enable-threads} is now compatible with @option{--enable-libgcj} on FreeBSD@. However, it has only been built -and tested on i386-*-freebsd4.5 and alpha-*-freebsd5.0 and important -test suite failures remain. Multi-threaded boehm-gc (required for +and tested on i386-*-freebsd4.5 and alpha-*-freebsd5.0. The static +library may be incorrectly built (symbols are missing at link time). +There is a rare timing-based startup hang (probably involves an +assupmtion about the thread library). Multi-threaded boehm-gc (required for libjava) exposes severe threaded signal-handling bugs on FreeBSD before 4.5-RELEASE. The alpha port may not fully bootstrap without some manual intervention: gcjh will crash with a floating-point exception while |