From 6835f146267bc54c32e919400bbaef7090c41d81 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 12 Mar 2017 11:06:59 +0000 Subject: [PATCH] * doc/install.texi (Specific) : Remove link to ftp.kernel.org and simplify binutils requirement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246077 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed515ee8f2a..bcc534cc1fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-12 Gerald Pfeifer + + * doc/install.texi (Specific) : Remove link to + ftp.kernel.org and simplify binutils requirement. + 2017-03-11 Gerald Pfeifer * doc/invoke.texi (Warning Options): Fix spelling of link-time diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7d5fca8ba5b..d3b5267ec75 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
-- 2.11.4.GIT