guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: bootstrap: Add the location of ld.so on GNU/Hurd.


From: Ludovic Courtès
Subject: 03/09: gnu: bootstrap: Add the location of ld.so on GNU/Hurd.
Date: Fri, 04 Sep 2015 11:52:05 +0000

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

commit 66feaa320ecbe3e4fcc2b2d83c261b3839641f77
Author: Marek Benc <address@hidden>
Date:   Fri Sep 4 13:22:17 2015 +0200

    gnu: bootstrap: Add the location of ld.so on GNU/Hurd.
    
    * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic
      linker for i686-gnu and i585-gnu.
    
    Signed-off-by: Manolis Ragkousis <address@hidden>
---
 gnu/packages/bootstrap.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f3c1c5a..8c0a59a 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -164,6 +164,8 @@ successful, or false to signal an error."
         ((string=? system "i686-linux") "/lib/ld-linux.so.2")
         ((string=? system "armhf-linux") "/lib/ld-linux-armhf.so.3")
         ((string=? system "mips64el-linux") "/lib/ld.so.1")
+        ((string=? system "i586-gnu") "/lib/ld.so.1")
+        ((string=? system "i686-gnu") "/lib/ld.so.1")
 
         ;; XXX: This one is used bare-bones, without a libc, so add a case
         ;; here just so we can keep going.



reply via email to

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