diff options
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 |