diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2021-03-02 10:19:53 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2021-03-02 10:25:46 +0100 |
commit | d3313ade5f58dcf02b90e69b9b7ef4376d15620d (patch) | |
tree | a6f1b377202d49a5b5db60752197bdd347cf7b38 /tools | |
parent | be3a67a7f5079f30b0ccc696d549fd03a2dbbad1 (diff) | |
download | roux-d3313ade5f58dcf02b90e69b9b7ef4376d15620d.tar.gz |
disable pie for arm64 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 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 && |