mirror of git://sourceware.org/git/glibc.git
hurd: Announce that glibc now builds unpatched
* NEWS: Announce that glibc now builds unpatched on GNU/Hurd. * README: Remove the mention of out-of-tree patches needed for GNU/Hurd.
This commit is contained in:
parent
ad2b41bfd8
commit
fb03b04b7f
|
@ -219,6 +219,10 @@
|
||||||
* sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise.
|
* sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise.
|
||||||
* sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise.
|
* sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise.
|
||||||
|
|
||||||
|
* NEWS: Announce that glibc now builds unpatched on GNU/Hurd.
|
||||||
|
* README: Remove the mention of out-of-tree patches needed for
|
||||||
|
GNU/Hurd.
|
||||||
|
|
||||||
2018-04-02 Agustina Arzille <avarzille@riseup.net>
|
2018-04-02 Agustina Arzille <avarzille@riseup.net>
|
||||||
Amos Jeffries <squid3@treenet.co.nz>
|
Amos Jeffries <squid3@treenet.co.nz>
|
||||||
David Michael <fedora.dm0@gmail.com>
|
David Michael <fedora.dm0@gmail.com>
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -22,6 +22,9 @@ Major new features:
|
||||||
Czech languages. The Catalan and Greek languages now support abbreviated
|
Czech languages. The Catalan and Greek languages now support abbreviated
|
||||||
alternative month names.
|
alternative month names.
|
||||||
|
|
||||||
|
* Building and running on GNU/Hurd systems now works without out-of-tree
|
||||||
|
patches.
|
||||||
|
|
||||||
Deprecated and removed features, and other changes affecting compatibility:
|
Deprecated and removed features, and other changes affecting compatibility:
|
||||||
|
|
||||||
* The nonstandard header files <libio.h> and <_G_config.h> are no longer
|
* The nonstandard header files <libio.h> and <_G_config.h> are no longer
|
||||||
|
|
4
README
4
README
|
@ -12,9 +12,7 @@ implement the operating system behavior seen by user applications.
|
||||||
In GNU/Hurd systems, it works with a microkernel and Hurd servers.
|
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
|
The GNU C Library implements much of the POSIX.1 functionality in the
|
||||||
GNU/Hurd system, using configurations i[4567]86-*-gnu. The current
|
GNU/Hurd system, using configurations i[4567]86-*-gnu.
|
||||||
GNU/Hurd support requires out-of-tree patches that will eventually be
|
|
||||||
incorporated into an official GNU C Library release.
|
|
||||||
|
|
||||||
When working with Linux kernels, this version of the GNU C Library
|
When working with Linux kernels, this version of the GNU C Library
|
||||||
requires Linux kernel version 3.2 or later.
|
requires Linux kernel version 3.2 or later.
|
||||||
|
|
Loading…
Reference in New Issue