unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>, mhw@netris.org
Cc: Guix-devel <Guix-devel@gnu.org>
Subject: [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
Date: Sat, 14 Feb 2015 17:40:33 +0200	[thread overview]
Message-ID: <CAFtzXzN-k2fH7QiqSi1H6Qqb3Bhg=WmhN0O8BoGstMxEe4g0gQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 53 bytes --]

Nothing changed here. Just rebased on top of master.

[-- Attachment #2: 0003-gnu-bootstrap-Add-the-location-of-where-ld.so-is-loc.patch --]
[-- Type: text/x-patch, Size: 1149 bytes --]

From 457aa5858bb1698385cd6bd9174e61d832da2590 Mon Sep 17 00:00:00 2001
From: Marek Benc <dusxmt@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 <manolis837@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	other threads:[~2015-02-14 15:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-14 15:40 Manolis Ragkousis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05 16:29 [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems Marek Benc
2015-02-05 20:28 ` Manolis Ragkousis
2015-02-07 23:19   ` Ludovic Courtès
2015-02-09 16:50     ` Manolis Ragkousis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFtzXzN-k2fH7QiqSi1H6Qqb3Bhg=WmhN0O8BoGstMxEe4g0gQ@mail.gmail.com' \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).