gnu: bootstrap: Add case for i686-mingw.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 14 Apr 2016 05:31:35 +0000 (07:31 +0200)
committerManolis Ragkousis <manolis837@gmail.com>
Sun, 1 May 2016 10:55:33 +0000 (13:55 +0300)
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw.

Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
gnu/packages/bootstrap.scm

index 3f3770d..a3cd185 100644 (file)
@@ -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))))