guix-commits
[Top][All Lists]
Advanced

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

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


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
Date: Mon, 09 Feb 2015 16:42:45 +0000

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

commit 2a29b6030917fa49ce3507bc99ffec5dca4cb4df
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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 71ccb19..6a8d09a 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -156,6 +156,7 @@ check whether everything is alright."
   (cond ((string=? system "x86_64-linux") "/lib/ld-linux-x86-64.so.2")
         ((string=? system "i686-linux") "/lib/ld-linux.so.2")
         ((string=? system "mips64el-linux") "/lib/ld.so.1")
+        ((string=? system "i686-gnu") "/lib/ld.so.1")
         (else (error "dynamic linker name not known for this system"
                      system))))
 



reply via email to

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