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 /README | |
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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index 63f3a1bebf..9532b97986 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ implement the operating system behavior seen by user applications. In GNU/Hurd systems, it works with a microkernel and Hurd servers. The GNU C Library implements much of the POSIX.1 functionality in the -GNU/Hurd system, using configurations i[4567]86-*-gnu. +GNU/Hurd system, using configurations i[4567]86-*-gnu and x86_64-gnu. When working with Linux kernels, this version of the GNU C Library requires Linux kernel version 3.2 or later. |