diff options
author | caiyinyu <caiyinyu@loongson.cn> | 2022-07-19 09:22:10 +0800 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-07-26 12:35:12 -0300 |
commit | 3a380458201262ed01d913a1d9e3ff73d0166043 (patch) | |
tree | 5e2579077064fc6350b13aab1e328deeb7d5eb50 /NEWS | |
parent | 3be5fc00ad04b89a709f79e0b008ca119c4aa01e (diff) | |
download | glibc-3a380458201262ed01d913a1d9e3ff73d0166043.tar glibc-3a380458201262ed01d913a1d9e3ff73d0166043.tar.gz glibc-3a380458201262ed01d913a1d9e3ff73d0166043.tar.bz2 glibc-3a380458201262ed01d913a1d9e3ff73d0166043.zip |
LoongArch: Update NEWS and README for the LoongArch port.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -64,6 +64,14 @@ Major new features: added. The functions use a pseudo-random number generator along with entropy from the kernel. +* Support for LoongArch running on Linux has been added. This port requires + as least binutils 2.38, GCC 12, and Linux 5.19. Currently only hard-float + ABI is supported: + + - loongarch64-linux-gnu + + The LoongArch ABI is 64-bit little-endian. + Deprecated and removed features, and other changes affecting compatibility: * Support for prelink will be removed in the next release; this includes |