mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
better detection of intel cpu on 32-bit Linux
This commit is contained in:
parent
8e44c06a13
commit
09c8e40363
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 4c2bff41deae2701fc3ebc2bba7a16c5f1957130
|
Loading…
x
Reference in New Issue
Block a user