guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]