Added gcc make toolchain for remote compilation

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-08 13:58:03 +02:00
parent 7c5351b9c3
commit 15d7e8b801
5 changed files with 89 additions and 5 deletions

View File

@ -12,4 +12,5 @@ void main(){
printf("Hello World!\n");
for(;;);
}