commit d3313ade5f58dcf02b90e69b9b7ef4376d15620d parent be3a67a7f5079f30b0ccc696d549fd03a2dbbad1 Author: Quentin Carbonneaux <quentin@c9x.me> Date: Tue, 2 Mar 2021 10:19:53 +0100 disable pie for arm64 tests Diffstat:
M | tools/test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 &&