From d3313ade5f58dcf02b90e69b9b7ef4376d15620d Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 2 Mar 2021 10:19:53 +0100 Subject: disable pie for arm64 tests --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- cgit 1.4.1