[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/45: gnu: gcc: Simplify application of Hurd-specific pthread patch.
From: |
guix-commits |
Subject: |
11/45: gnu: gcc: Simplify application of Hurd-specific pthread patch. |
Date: |
Sun, 18 Feb 2024 08:41:05 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit 4a92cd5c6898d95636de347d4b1859a8605de90d
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Thu Feb 1 14:35:16 2024 +0100
gnu: gcc: Simplify application of Hurd-specific pthread patch.
* gnu/packages/gcc.scm (gcc-11): Apply
gcc-11-libstdc++-hurd-libpthread.patch
unconditionally.
(gcc-12): Also apply gcc-11-libstdc++-hurd-libpthread.patch.
Change-Id: I80e2b2adb5636e1bff4536c5a0a348955454e81d
---
gnu/packages/gcc.scm | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index a97693d5e8..3162f474b6 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -731,21 +731,10 @@ It also includes runtime support libraries for these
languages.")
(base32
"1ncd7akww0hl5kkmw1dj3qgqp3phdrr5dfnm7jia9s07n0ib4b9z"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
- "gcc-5.0-libvtv-runpath.patch"))
+ "gcc-5.0-libvtv-runpath.patch"
+ "gcc-11-libstdc++-hurd-libpthread.patch"))
(modules '((guix build utils)))
(snippet gcc-canadian-cross-objdump-snippet)))
- (arguments
- (substitute-keyword-arguments (package-arguments gcc-8)
- ((#:phases phases #~%standard-phases)
- (if (target-hurd?)
- #~(modify-phases #$phases
- (add-after 'unpack 'patch-hurd-libpthread
- (lambda _
- (define patch
- #$(local-file
- (search-patch
"gcc-11-libstdc++-hurd-libpthread.patch")))
- (invoke "patch" "--force" "-p1" "-i" patch))))
- phases))))
(properties
`((compiler-cpu-architectures
("aarch64" ,@%gcc-11-aarch64-micro-architectures)
@@ -765,7 +754,8 @@ It also includes runtime support libraries for these
languages.")
(base32
"0fwcvbgpmjdfj5drfs8k6bkqsmxmz8pv4cmmjcd451p7k57mv6ll"))
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
- "gcc-5.0-libvtv-runpath.patch"))
+ "gcc-5.0-libvtv-runpath.patch"
+
"gcc-11-libstdc++-hurd-libpthread.patch"))
(modules '((guix build utils)))
(snippet gcc-canadian-cross-objdump-snippet)))
(properties
- 01/45: gnu: cryptsetup: Update to 2.6.1., (continued)
- 01/45: gnu: cryptsetup: Update to 2.6.1., guix-commits, 2024/02/18
- 08/45: Partially revert gnu: python-matplotlib: Fix flaky Legend loc test., guix-commits, 2024/02/18
- 15/45: gnu: linux-pam: Add libxcrypt dependency., guix-commits, 2024/02/18
- 40/45: gnu: mailutils: Add libxcrypt dependency., guix-commits, 2024/02/18
- 07/45: gnu: cryptsetup-static: Fix static build., guix-commits, 2024/02/18
- 06/45: gnu: lvm2-static: Properly handle eudev dependency in pkg-config., guix-commits, 2024/02/18
- 02/45: gnu: Add libdevmapper-propagated-inputs., guix-commits, 2024/02/18
- 03/45: gnu: Add libcryptsetup-propagated-inputs., guix-commits, 2024/02/18
- 04/45: gnu: volume-key: Add required transitive dependencies., guix-commits, 2024/02/18
- 10/45: gnu: glibc: Update to 2.39., guix-commits, 2024/02/18
- 11/45: gnu: gcc: Simplify application of Hurd-specific pthread patch.,
guix-commits <=
- 39/45: gnu: also-utils: Adapt for glibc 2.39., guix-commits, 2024/02/18
- 36/45: gnu: python-natsort: Add en_US.UTF-8 locale for tests., guix-commits, 2024/02/18
- 32/45: gnu: cyrus-sasl: Add libxcrypt dependency., guix-commits, 2024/02/18
- 31/45: gnu: cups-minimal: Add libxcrypt dependency., guix-commits, 2024/02/18
- 14/45: gnu: python: Add libxcrypt dependency., guix-commits, 2024/02/18
- 38/45: gnu: accountsservice: Add libxcrypt dependency., guix-commits, 2024/02/18
- 26/45: gnu: apr: Update to 1.7.4., guix-commits, 2024/02/18
- 44/45: gnu: ldb: Remove reference to crypt., guix-commits, 2024/02/18
- 45/45: gnu: slock: Add libxcrypt dependency., guix-commits, 2024/02/18
- 17/45: gnu: shadow: Add libxcrypt dependency., guix-commits, 2024/02/18