summary refs log tree commit diff
path: root/tools/test.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2021-03-02 10:19:53 +0100
committerQuentin Carbonneaux <quentin@c9x.me>2021-03-02 10:25:46 +0100
commitd3313ade5f58dcf02b90e69b9b7ef4376d15620d (patch)
treea6f1b377202d49a5b5db60752197bdd347cf7b38 /tools/test.sh
parentbe3a67a7f5079f30b0ccc696d549fd03a2dbbad1 (diff)
downloadroux-d3313ade5f58dcf02b90e69b9b7ef4376d15620d.tar.gz
disable pie for arm64 tests
Diffstat (limited to 'tools/test.sh')
-rwxr-xr-xtools/test.sh2
1 files changed, 1 insertions, 1 deletions
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 &&