diff options
author | David Daney <ddaney@avtrex.com> | 2006-06-09 16:44:25 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2006-06-09 16:44:25 +0000 |
commit | 549fb079d3e338f2d00fbbd7b72f11fd69eb1d0b (patch) | |
tree | a86f1667b57744caa6396ca6bb6ca35186364cfa | |
parent | 80f798b41ed01f18930de85751a4653359387399 (diff) | |
download | gcc-549fb079d3e338f2d00fbbd7b72f11fd69eb1d0b.zip gcc-549fb079d3e338f2d00fbbd7b72f11fd69eb1d0b.tar.gz gcc-549fb079d3e338f2d00fbbd7b72f11fd69eb1d0b.tar.bz2 |
* doc/install.texi: Add binutils version recommendation for mips-*-*.
From-SVN: r114512
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af0cfbd..b33155d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-06-09 David Daney <ddaney@avtrex.com> + + * doc/install.texi: Add binutils version recommendation for mips-*-*. + 2006-06-09 Andreas Krebbel <krebbel1@de.ibm.com> * reload.c (find_reloads): Unset force_reload for 'X' constraint. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dae27c4..c3d75fb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3453,6 +3453,11 @@ currently do not work, because the auxiliary programs anything but a MIPS. It does work to cross compile for a MIPS if you use the GNU assembler and linker. +The linker from GNU binutils versions prior to 2.17 has a bug which +causes the runtime linker stubs in @file{libgcj.so} to be incorrectly +generated. If you want to use libgcj, either use binutils 2.17 or +later to build it or export @samp{LD_BIND_NOW=1} in your runtime environment. + @html <hr /> @end html |