3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add dummy linker for arm-elf.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for arm-elf.
This commit is contained in:
Danny Milosavljevic 2018-12-28 14:36:37 +01:00
parent 2a2760a08f
commit 7f2d67c826
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")