diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-02 21:40:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-02 21:40:36 +0200 |
commit | cd87e368439ce97d2a2c95894e1851f4c0ff4443 (patch) | |
tree | 2c8798e02a8bc91406fd0b04b9ee95accb000b5c /NEWS | |
parent | 0ec48e3337506fcd33abdd86b5ab9e331564b65c (diff) | |
download | glibc-cd87e368439ce97d2a2c95894e1851f4c0ff4443.tar.gz glibc-cd87e368439ce97d2a2c95894e1851f4c0ff4443.tar.xz glibc-cd87e368439ce97d2a2c95894e1851f4c0ff4443.zip |
hurd: Enable x86_64 build script
This now passes crossbuilds.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 40964d2ee0..054d81fc81 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,11 @@ Major new features: * A new tunable, glibc.pthread.stack_hugetlb, can be used to disable Transparent Huge Pages (THP) in stack allocation at pthread_create. +* Support for x86_64 running on Hurd has been added. This port requires + as least binutils 2.40 and GCC 13: + + - x86_64-gnu + Deprecated and removed features, and other changes affecting compatibility: * In the Linux kernel for the hppa/parisc architecture some of the |