We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c522c commit e9e77a8Copy full SHA for e9e77a8
.github/do-linux
@@ -14,6 +14,7 @@ HERE=`dirname "$0"`
14
"$HERE"/do-test i386 "$@"
15
"$HERE"/do-test m68k-unknown-elf "$@"
16
"$HERE"/do-test msp430-unknown-elf "$@"
17
+"$HERE"/do-test sh-unknown-elf "$@"
18
"$HERE"/do-build sparc64 "$@"
19
"$HERE"/do-test x86_64 "$@"
20
"$HERE"/do-test x86 "$@"
.github/linux-files.txt
@@ -2,4 +2,5 @@ https://github.com/ZakKemble/avr-gcc-build/releases/download/v12.1.0-1/avr-gcc-1
2
https://maps.altusmetrum.org/qemu-m68k.tar.xz
3
https://maps.altusmetrum.org/m68k-unknown-elf.tar.xz
4
https://maps.altusmetrum.org/msp430-unknown-elf.tar.xz
5
+https://maps.altusmetrum.org/sh-unknown-elf-1.tar.xz
6
https://maps.altusmetrum.org/qemu-arm.tar.xz
0 commit comments