mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
better CROSS detection
This commit is contained in:
@ -385,6 +385,7 @@ if [ "$ORIG_CROSS" = "" ]; then
|
|||||||
fi
|
fi
|
||||||
if ! command -v "$CROSS" > /dev/null && [ "`uname -m`" = "x86_64" ]
|
if ! command -v "$CROSS" > /dev/null && [ "`uname -m`" = "x86_64" ]
|
||||||
then # set -m32
|
then # set -m32
|
||||||
|
test "$CC" = "" && CC="gcc"
|
||||||
CROSS="$CC -m32"
|
CROSS="$CC -m32"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user