guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: gcc: Also substitute the dynamic linker name for GNU/Hurd.


From: Ludovic Courtès
Subject: 04/09: gnu: gcc: Also substitute the dynamic linker name for GNU/Hurd.
Date: Fri, 04 Sep 2015 11:52:05 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 0cce99684ae09808c7236350a7283084d0181de1
Author: Marek Benc <address@hidden>
Date:   Thu Feb 5 17:12:54 2015 +0100

    gnu: gcc: Also substitute the dynamic linker name for GNU/Hurd.
    
    * gnu/packages/gcc.scm (gcc-4.7): Also substitute the dynamic linker name
      for GNU (ie. Hurd) systems.
    
    Signed-off-by: Manolis Ragkousis <address@hidden>
    Co-authored-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gcc.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index dcac16d..d2652ae 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -206,7 +206,7 @@ where the OS part is overloaded to denote a specific 
ABI---into GCC
 
                 ;; Fix the dynamic linker's file name.
                 (substitute* (find-files "gcc/config"
-                                         "^linux(64|-elf|-eabi)?\\.h$")
+                                         "^(linux|gnu)(64|-elf|-eabi)?\\.h$")
                   (("#define GLIBC_DYNAMIC_LINKER([^ ]*).*$" _ suffix)
                    (format #f "#define GLIBC_DYNAMIC_LINKER~a \"~a\"~%"
                            suffix



reply via email to

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