better detection of intel cpu on 32-bit Linux

This commit is contained in:
hexcoder-
2020-04-18 18:39:03 +02:00
parent 68f18923ab
commit d9cd600c1b
2 changed files with 1 additions and 2 deletions

View File

@ -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