diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2020-03-05 09:32:08 -0600 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2020-04-30 08:52:08 -0500 |
commit | 3a0acbdcc51a6a854be6500da325b99cc68754c3 (patch) | |
tree | b361c9ffb8c763e2e9047fcf0bb85bb46e7dcd9a /manual | |
parent | 50545f5aa0111c1e7f8917348490907d1a1e1f9b (diff) | |
download | glibc-3a0acbdcc51a6a854be6500da325b99cc68754c3.tar.gz glibc-3a0acbdcc51a6a854be6500da325b99cc68754c3.tar.xz glibc-3a0acbdcc51a6a854be6500da325b99cc68754c3.zip |
powerpc64le: bump binutils version requirement to >= 2.26
This is a small step up from 2.25 which brings in support for rewriting the .gnu.attributes section of libc/libm.so. Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/install.texi b/manual/install.texi index 34fe75487f..e801abd8be 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -533,6 +533,10 @@ No other assembler or linker has the necessary functionality at the moment. As of release time, GNU @code{binutils} 2.32 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. + @item GNU @code{texinfo} 4.7 or later |