From 65821c9b14f8a950ed8b82be085da4a698ebf20d Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 25 Feb 2022 10:51:22 +0100 Subject: disable pie for rv64 tests --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.sh b/tools/test.sh index 1b23469..fc96dba 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -46,7 +46,7 @@ init() { rv64) for p in riscv64-linux-musl riscv64-linux-gnu do - cc="$p-gcc -no-pie" + cc="$p-gcc -no-pie -static" qemu="qemu-riscv64" if $cc -v >/dev/null 2>&1 && -- cgit 1.4.1