diff options
-rwxr-xr-x | tools/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.sh b/tools/test.sh index 4e7076f..3bf7e95 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -27,7 +27,7 @@ init() { fi for p in aarch64-linux-musl aarch64-linux-gnu do - cc=$p-gcc + cc="$p-gcc -no-pie" qemu="$qemucmd -L /usr/$p" if $cc -v >/dev/null 2>&1 && |