guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: bootstrap: Add the location of where ld.so is located on Hur


From: Manolis Fragkiskos Ragkousis
Subject: 03/16: gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
Date: Sun, 19 Jul 2015 19:28:23 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit b6ba27a31c61d7a3cb24594272efa30d724b095d
Author: Marek Benc <address@hidden>
Date:   Thu Feb 5 17:07:18 2015 +0100

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

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f3c1c5a..d5ccd6f 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -164,7 +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 "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.
         ((string=? system "xtensa-elf") "no-ld.so")



reply via email to

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