guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add dummy linker for arm-elf.


From: guix-commits
Subject: 01/01: gnu: Add dummy linker for arm-elf.
Date: Mon, 7 Jan 2019 10:39:50 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 7f2d67c826cf5c0653aea2637462b0964e2e1984
Author: Danny Milosavljevic <address@hidden>
Date:   Fri Dec 28 14:36:37 2018 +0100

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

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 936d6c1..a3ecbeb 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -180,6 +180,7 @@ return value is ignored."
 
         ;; XXX: This one is used bare-bones, without a libc, so add a case
         ;; here just so we can keep going.
+        ((string=? system "arm-elf") "no-ld.so")
         ((string=? system "arm-eabi") "no-ld.so")
         ((string=? system "xtensa-elf") "no-ld.so")
         ((string=? system "avr") "no-ld.so")



reply via email to

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