commit 65821c9b14f8a950ed8b82be085da4a698ebf20d parent 42cbdc04d034bde82573d6503f4755823915de5a Author: Quentin Carbonneaux <quentin@c9x.me> Date: Fri, 25 Feb 2022 10:51:22 +0100 disable pie for rv64 tests Diffstat:
M | tools/test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 &&