diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-02-25 10:51:22 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-02-25 10:51:22 +0100 |
commit | 65821c9b14f8a950ed8b82be085da4a698ebf20d (patch) | |
tree | 35e951fa67031fb7a613a76de2ef7462fa6dd648 /tools | |
parent | 42cbdc04d034bde82573d6503f4755823915de5a (diff) | |
download | roux-65821c9b14f8a950ed8b82be085da4a698ebf20d.tar.gz |
disable pie for rv64 tests
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/test.sh | 2 |
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 && |