diff --git a/run-native.sh b/run-native.sh index 1403ddf..2f26561 100644 --- a/run-native.sh +++ b/run-native.sh @@ -1,4 +1,3 @@ -user@starfive:~/RVBTCC$ cat run.sh gcc boot.c boot-lib.c && ./a.out < $1 > $1.s && gcc -static $1.s boot-lib.c -o $1.out &&