mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: Add dummy linker for propeller-elf.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for propeller-elf.
This commit is contained in:
parent
c26ba570cc
commit
6f5b1c9107
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue