[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: gcc-14: Patch lib64 also for the 64bit Hurd.
From: |
guix-commits |
Subject: |
05/06: gnu: gcc-14: Patch lib64 also for the 64bit Hurd. |
Date: |
Wed, 20 Nov 2024 17:06:48 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit cd50f0f9cbe3d9825eef476f3f267ec03df45963
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Nov 20 16:58:20 2024 +0100
gnu: gcc-14: Patch lib64 also for the 64bit Hurd.
* gnu/packages/gcc.scm (gcc-14)[arguments]: In stage "pre-x86-configure",
also
patch "gcc/config/i386/t-gnu64".
Change-Id: Ib2607c5f315c49696596fdcbcbbcc2895b6a9775
---
gnu/packages/gcc.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 070a0965e6..6247919fec 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -843,7 +843,8 @@ It also includes runtime support libraries for these
languages.")
#~(modify-phases #$phases
(add-before 'configure 'pre-x86-configure
(lambda _
- (substitute* "gcc/config/i386/t-linux64"
+ (substitute* '("gcc/config/i386/t-linux64"
+ "gcc/config/i386/t-gnu64")
(("\\.\\./lib64") "../lib"))))))))
(properties
`((compiler-cpu-architectures
- branch hurd-team updated (ced6999bb0 -> 0cac719afd), guix-commits, 2024/11/20
- 04/06: gnu: commencement: gcc-boot0: Support gcc-14 and the 64bit Hurd., guix-commits, 2024/11/20
- 06/06: gnu: commencement: gcc-final: Support gcc-14 and the 64bit Hurd., guix-commits, 2024/11/20
- 01/06: gnu: hurd: Add refcounts-assert patch., guix-commits, 2024/11/20
- 02/06: gnu: bootstrap: %bootstrap-gcc: Also wrap g++., guix-commits, 2024/11/20
- 05/06: gnu: gcc-14: Patch lib64 also for the 64bit Hurd.,
guix-commits <=
- 03/06: gnu: commencement: libstdc++-boot0: Fix build with gcc-14., guix-commits, 2024/11/20