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