mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
fix qemu build script for Arch Linux ($CROSS)
This commit is contained in:
parent
e81f30828f
commit
08076f0500
@ -364,6 +364,10 @@ ORIG_CROSS="$CROSS"
|
|||||||
|
|
||||||
if [ "$ORIG_CROSS" = "" ]; then
|
if [ "$ORIG_CROSS" = "" ]; then
|
||||||
CROSS=$CPU_TARGET-linux-gnu-gcc
|
CROSS=$CPU_TARGET-linux-gnu-gcc
|
||||||
|
if ! command -v "$CROSS" > /dev/null
|
||||||
|
then # works on Arch Linux
|
||||||
|
CROSS=$CPU_TARGET-pc-linux-gnu-gcc
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v "$CROSS" > /dev/null
|
if ! command -v "$CROSS" > /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user