summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2022-02-25 10:51:22 +0100
committerQuentin Carbonneaux <quentin@c9x.me>2022-02-25 10:51:22 +0100
commit65821c9b14f8a950ed8b82be085da4a698ebf20d (patch)
tree35e951fa67031fb7a613a76de2ef7462fa6dd648
parent42cbdc04d034bde82573d6503f4755823915de5a (diff)
downloadroux-65821c9b14f8a950ed8b82be085da4a698ebf20d.tar.gz
disable pie for rv64 tests
-rwxr-xr-xtools/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 1b23469..fc96dba 100755
--- 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 &&