mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
disable pie for arm64 tests
This commit is contained in:
parent
be3a67a7f5
commit
d3313ade5f
@ -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 &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user