diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da62289..b00e90f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> + + * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements. + 2002-05-04 David S. Miller <davem@redhat.com> * config/sparc/linux.h, config/sparc/linux64.h diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d55c905..40e74a6 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3351,9 +3351,8 @@ PowerPC system in big endian mode, running System V.4. @heading @anchor{powerpc-*-linux-gnu*}powerpc-*-linux-gnu* You will need -@uref{ftp://ftp.varesearch.com/pub/support/hjl/binutils,,binutils 2.9.4.0.8} -or newer for a working GCC@. It is strongly recommended to recompile binutils -if you initially built it with gcc-2.7.2.x. +@uref{ftp://ftp.kernel.org/pub/linux/devel/binutils,,binutils 2.12.90.0.7} +or newer for a working GCC@. @html </p> |