diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-12 11:06:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-12 11:06:59 +0000 |
commit | 983bd86ddb53dc7b42d06b17f0b9b6398ab83ad8 (patch) | |
tree | 86693f32b21d5e86cf66717e740ef6e5513904a4 | |
parent | 06272afbd3a5041d9efc5edee4a38c45b8690258 (diff) | |
download | gcc-983bd86ddb53dc7b42d06b17f0b9b6398ab83ad8.zip gcc-983bd86ddb53dc7b42d06b17f0b9b6398ab83ad8.tar.gz gcc-983bd86ddb53dc7b42d06b17f0b9b6398ab83ad8.tar.bz2 |
install.texi (Specific): Remove link to ftp.kernel.org and simplify binutils requirement.
* doc/install.texi (Specific) <powerpc-*-*>: Remove link to
ftp.kernel.org and simplify binutils requirement.
From-SVN: r246077
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed515ee..bcc534c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-12 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific) <powerpc-*-*>: Remove link to + ftp.kernel.org and simplify binutils requirement. + 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com> * doc/invoke.texi (Warning Options): Fix spelling of link-time diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7d5fca8..d3b5267 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4207,9 +4207,7 @@ Use the @option{--disable-sjlj-exceptions} and You can specify a default version for the @option{-mcpu=@var{cpu_type}} switch by using the configure option @option{--with-cpu-@var{cpu_type}}. -You will need -@uref{ftp://ftp.kernel.org/pub/linux/devel/binutils,,binutils 2.15} -or newer for a working GCC@. +You will need GNU binutils 2.15 or newer. @html <hr /> |