[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/40: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static.
From: |
guix-commits |
Subject: |
13/40: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static. |
Date: |
Tue, 12 Nov 2024 11:21:59 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit b4c0b38776c048869626bed8aefd4efb042cea11
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Nov 4 21:01:59 2024 +0100
gnu: gcc-13, gcc-14: Support being used as parent for gcc-static.
* gnu/packages/gcc.scm (gcc-13)[arguments]: Use quasiquote instead of
g-expressions.
(gcc-14)[arguments]: Likewise.
Change-Id: I22269b31d49868effe967d46247b189ed9a9d394
---
gnu/packages/gcc.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 850a14cb1c..befbbda027 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -811,10 +811,10 @@ It also includes runtime support libraries for these
languages.")
(snippet gcc-canadian-cross-objdump-snippet)))
(arguments
(substitute-keyword-arguments (package-arguments gcc-11)
- ((#:phases phases #~%standard-phases)
+ ((#:phases phases '%standard-phases)
(if (target-hurd?)
- #~(modify-phases #$phases
- (delete 'patch-hurd-libpthread))
+ `(modify-phases ,phases
+ (delete 'patch-hurd-libpthread))
phases))))
(properties
`((compiler-cpu-architectures
@@ -841,8 +841,8 @@ It also includes runtime support libraries for these
languages.")
(modules '((guix build utils)))
(snippet gcc-canadian-cross-objdump-snippet)))
(arguments (substitute-keyword-arguments (package-arguments gcc-13)
- ((#:phases phases #~%standard-phases)
- #~(modify-phases #$phases
+ ((#:phases phases '%standard-phases)
+ `(modify-phases ,phases
(add-before 'configure 'pre-x86-configure
(lambda _
(substitute* "gcc/config/i386/t-linux64"
- 19/40: gnu: openssl-3.0: Support the 64bit Hurd., (continued)
- 19/40: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/12
- 27/40: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/12
- 28/40: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 29/40: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 34/40: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20240714., guix-commits, 2024/11/12
- 10/40: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 20/40: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/12
- 30/40: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 31/40: gnu: m4: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 38/40: gnu: flex: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 13/40: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static.,
guix-commits <=
- 14/40: DRAFT gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd., guix-commits, 2024/11/12
- 16/40: gnu: Add libgpg-error-1.50., guix-commits, 2024/11/12
- 33/40: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/11/12
- 37/40: gnu: texinfo-4: Fix build for the 64bit Hurd., guix-commits, 2024/11/12
- 22/40: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/12
- 25/40: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/12
- 36/40: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/11/12
- 11/40: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/12
- 12/40: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/12
- 17/40: gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd., guix-commits, 2024/11/12