Merge branch 'master' into core-updates

This commit is contained in:
Ricardo Wurmus 2019-02-06 13:03:26 +01:00
commit ba88eea2b3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
470 changed files with 107877 additions and 50432 deletions

View file

@ -187,6 +187,7 @@ or false to signal an error."
;; 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")