mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
Revert "arm64: try qemu-system-aarch64"
This reverts commit be3a67a7f5.
qemu-system-aarch64 is a full system emulator and is not suitable
for running the qbe test suite (at least without a kernel and root
filesystem).
This commit is contained in:
parent
a2962bb1ec
commit
0678bee578
@ -20,15 +20,10 @@ testcc() {
|
|||||||
init() {
|
init() {
|
||||||
case "$TARGET" in
|
case "$TARGET" in
|
||||||
arm64)
|
arm64)
|
||||||
qemucmd=qemu-system-aarch64
|
|
||||||
if ! $qemucmd -version >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
qemucmd=qemu-aarch64
|
|
||||||
fi
|
|
||||||
for p in aarch64-linux-musl aarch64-linux-gnu
|
for p in aarch64-linux-musl aarch64-linux-gnu
|
||||||
do
|
do
|
||||||
cc="$p-gcc -no-pie"
|
cc="$p-gcc -no-pie"
|
||||||
qemu="$qemucmd -L /usr/$p"
|
qemu="qemu-aarch64 -L /usr/$p"
|
||||||
if
|
if
|
||||||
$cc -v >/dev/null 2>&1 &&
|
$cc -v >/dev/null 2>&1 &&
|
||||||
$qemu -version >/dev/null 2>&1 &&
|
$qemu -version >/dev/null 2>&1 &&
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user