Nothing changed here. Just rebased on top of master.
From 457aa5858bb1698385cd6bd9174e61d832da2590 Mon Sep 17 00:00:00 2001
From: Marek Benc <dus...@gmx.com>
Date: Thu, 5 Feb 2015 17:07:18 +0100
Subject: [PATCH 3/4] 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 <manolis...@gmail.com>
---
 gnu/packages/bootstrap.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 1f0fe16..48e3178 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")
-- 
2.3.0

Reply via email to