diff options
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/manual/install.texi b/manual/install.texi index 7fcdda9..006f93b 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -552,19 +552,13 @@ You can use whatever compiler you like to compile programs that use Check the FAQ for any special compiler issues on particular platforms. @item -GNU @code{binutils} 2.25 or later +GNU @code{binutils} 2.39 or later You must use GNU @code{binutils} (as and ld) to build @theglibc{}. No other assembler or linker has the necessary functionality at the moment. As of release time, GNU @code{binutils} 2.43.1 is the newest verified to work to build @theglibc{}. -For PowerPC 64-bits little-endian (powerpc64le), @command{objcopy} is required -to support @option{--update-section}. This option requires binutils 2.26 or -newer. - -ARC architecture needs @code{binutils} 2.32 or higher for TLS related fixes. - @item GNU @code{texinfo} 4.7 or later |