mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glibc/hurd: Add patch for the 64bit Hurd, fixing "raise".
This fixes findutil's gnulib-tests's test-sigaction's raise call, by working around an alleged gcc-14.2 optimization bug. See <https://lists.gnu.org/archive/html/bug-hurd/2024-11/msg00143.html>. * gnu/packages/patches/glibc-hurd64-gcc-14.2-tls-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (glibc/hurd): Use it. Change-Id: I11e683f521f34dedeb7f739a2545f5d1d866922a
This commit is contained in:
parent
4d077bba89
commit
5ffbd2015c
3 changed files with 31 additions and 1 deletions
|
@ -1598,7 +1598,8 @@ command.")
|
|||
(search-patches "glibc-hurd-pthread_setcancelstate.patch"
|
||||
"glibc-hurd64-fault.patch"
|
||||
"glibc-hurd64-intr-msg-clobber.patch"
|
||||
"glibc-hurd64-sgms-context.patch")))))))
|
||||
"glibc-hurd64-sgms-context.patch"
|
||||
"glibc-hurd64-gcc-14.2-tls-bug.patch")))))))
|
||||
|
||||
(define-public glibc/hurd-headers
|
||||
(package/inherit glibc/hurd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue