diff options
author | Alan Modra <amodra@gmail.com> | 2013-10-05 16:32:10 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-10-05 16:43:17 +0930 |
commit | 8b7d57cd0a9f539be22a21a1db6075965e869074 (patch) | |
tree | f7db0dcd521ab3c0da90fff673930aa53e52fc2e /README | |
parent | 53247a0b8fa937dc245eabacfaa6cd92cfffe475 (diff) | |
download | glibc-8b7d57cd0a9f539be22a21a1db6075965e869074.tar.gz |
Mention powerpc64le support in NEWS and README, plus bugs fixed.
* NEWS: Mention powerpc64le support and bugs fixed.
* README: Both big-endian and little-endian powerpc64 supported.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ The GNU C Library supports these configurations for using Linux kernels: i[4567]86-*-linux-gnu x86_64-*-linux-gnu Can build either x86_64 or x32 - powerpc-*-linux-gnu Hardware or software floating point - powerpc64-*-linux-gnu + powerpc-*-linux-gnu Hardware floating point required, BE only. + powerpc64*-*-linux-gnu Big-endian and little-endian. s390-*-linux-gnu s390x-*-linux-gnu sh[34]-*-linux-gnu |