mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
better detection of intel cpu on 32-bit Linux
This commit is contained in:
@ -59,7 +59,7 @@ ifneq "$(shell uname)" "Darwin"
|
||||
endif
|
||||
|
||||
ifneq "$(shell uname -m)" "x86_64"
|
||||
ifneq "$(shell uname -m)" "i386"
|
||||
ifneq "$(patsubst i%86,i386,$(shell uname -m))" "i386"
|
||||
ifneq "$(shell uname -m)" "amd64"
|
||||
ifneq "$(shell uname -m)" "i86pc"
|
||||
AFL_NO_X86=1
|
||||
|
Submodule unicorn_mode/unicornafl deleted from 4c2bff41de
Reference in New Issue
Block a user