all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33895] [PATCH] gnu: Add dummy linker for arm-elf.
@ 2018-12-28 13:36 Danny Milosavljevic
  2019-01-06 20:14 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2018-12-28 13:36 UTC (permalink / raw)
  To: 33895

* 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 936d6c1a2..a3ecbeb07 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")

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#33895] [PATCH] gnu: Add dummy linker for arm-elf.
  2018-12-28 13:36 [bug#33895] [PATCH] gnu: Add dummy linker for arm-elf Danny Milosavljevic
@ 2019-01-06 20:14 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-01-06 20:14 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 33895

Hi Danny,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for arm-elf.

OK!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-06 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-28 13:36 [bug#33895] [PATCH] gnu: Add dummy linker for arm-elf Danny Milosavljevic
2019-01-06 20:14 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.