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 /INSTALL | |
parent | 50545f5aa0111c1e7f8917348490907d1a1e1f9b (diff) | |
download | glibc-3a0acbdcc51a6a854be6500da325b99cc68754c3.zip glibc-3a0acbdcc51a6a854be6500da325b99cc68754c3.tar.gz glibc-3a0acbdcc51a6a854be6500da325b99cc68754c3.tar.bz2 |
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 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -495,6 +495,10 @@ build the GNU C Library: moment. As of release time, GNU 'binutils' 2.32 is the newest verified to work to build the GNU C Library. + For PowerPC 64-bits little-endian (powerpc64le), 'objcopy' is + required to support '--update-section'. This option requires + binutils 2.26 or newer. + * GNU 'texinfo' 4.7 or later To correctly translate and install the Texinfo documentation you |