Skip to content

Commit cc906e6

Browse files
committed
Runtime support for Arch Linux
1 parent e8196fe commit cc906e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/run-arch.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
./dbasic 4 < $1 | arm-none-linux-gnueabihf-gcc -mcpu=arm710t -mfpu=vfp -marm -mfloat-abi=hard -O3 runtime/basic_lib.c -x assembler - -lm && QEMU_LD_PREFIX=/usr/arm-none-linux-gnueabihf/libc qemu-arm ./a.out

0 commit comments

Comments
 (0)