guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/10] gnu: bootstrap: Add i686-mingw.


From: Jan Nieuwenhuizen
Subject: Re: [PATCH 02/10] gnu: bootstrap: Add i686-mingw.
Date: Fri, 29 Apr 2016 20:28:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Manolis Ragkousis writes:

Hi Manolis,

> Could you change the message to
> "* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
> i686-mingw."
> to be more consistent with other similar commits?
>
> Other than that OK for master.

Like so?
Thanks!

>From be2bcbab4b19c26f7425e9aa09b08b93dbbfa68e Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <address@hidden>
Date: Thu, 14 Apr 2016 07:31:35 +0200
Subject: [PATCH 02/10] gnu: bootstrap: Add case for i686-mingw.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw.
---
 gnu/packages/bootstrap.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 3f3770d..a3cd185 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -172,6 +172,7 @@ successful, or false to signal an error."
         ;; here just so we can keep going.
         ((string=? system "xtensa-elf") "no-ld.so")
         ((string=? system "avr") "no-ld.so")
+        ((string=? system "i686-mingw") "no-ld.so")
 
         (else (error "dynamic linker name not known for this system"
                      system))))
-- 
2.7.3

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  

reply via email to

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