diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-18 09:43:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-18 09:43:47 +0000 |
commit | 251daa19a4d046491e7803c32fd46ae24750d4ba (patch) | |
tree | 4cfc04308ffa44635d9884d88d7115df689703be /gcc | |
parent | 2d6568bdcb4d922bdd60267b359ee419c8823b32 (diff) | |
download | gcc-251daa19a4d046491e7803c32fd46ae24750d4ba.zip gcc-251daa19a4d046491e7803c32fd46ae24750d4ba.tar.gz gcc-251daa19a4d046491e7803c32fd46ae24750d4ba.tar.bz2 |
install.texi (Specific): Remove old requirement for binutils 2.13.
* doc/install.texi (Specific) <arm-*-eabi>: Remove old
requirement for binutils 2.13.
From-SVN: r246254
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b4aa58..52a1e29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-18 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific) <arm-*-eabi>: Remove old + requirement for binutils 2.13. + 2017-03-17 Jim Wilson <jim.wilson@linaro.org> * combine.c (try_combine): Delete redundant i1 test. Call diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2d8885e..5781cb0 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3367,10 +3367,7 @@ Use @samp{configure --target=arc-linux-uclibc --with-cpu=arc700 --enable-languag @end html @anchor{arm-x-eabi} @heading arm-*-eabi -ARM-family processors. Subtargets that use the ELF object format -require GNU binutils 2.13 or newer. Such subtargets include: -@code{arm-*-netbsdelf}, @code{arm-*-*linux-*} -and @code{arm-*-rtemseabi}. +ARM-family processors. Building the Ada frontend commonly fails (an infinite loop executing @code{xsinfo}) if the host compiler is GNAT 4.8. Host compilers built from the |