guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bootstrap: Add case for i686-mingw.


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: bootstrap: Add case for i686-mingw.
Date: Sun, 01 May 2016 11:00:53 +0000

phant0mas pushed a commit to branch master
in repository guix.

commit 3135b95fd83fd9c39c4b579ca47b7842a1d0ffd1
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu Apr 14 07:31:35 2016 +0200

    gnu: bootstrap: Add case for i686-mingw.
    
    * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for 
i686-mingw.
    
    Signed-off-by: Manolis Ragkousis <address@hidden>
---
 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))))



reply via email to

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