Browse Source

disable pie for arm64 tests

Quentin Carbonneaux 4 years ago
parent
commit
d3313ade5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/test.sh

+ 1 - 1
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 &&