gnu: Add dummy linker for propeller-elf.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
propeller-elf.
This commit is contained in:
Ricardo Wurmus 2016-10-02 20:33:43 +02:00
parent c26ba570cc
commit 6f5b1c9107
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ successful, or false to signal an error."
((string=? system "arm-eabi") "no-ld.so")
((string=? system "xtensa-elf") "no-ld.so")
((string=? system "avr") "no-ld.so")
((string=? system "propeller-elf") "no-ld.so")
((string=? system "i686-mingw") "no-ld.so")
(else (error "dynamic linker name not known for this system"