better detection of intel cpu on 32-bit Linux

This commit is contained in:
hexcoder- 2020-04-18 18:39:03 +02:00 committed by Dominik Maier
parent 8e44c06a13
commit 09c8e40363
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

@ -1 +0,0 @@
Subproject commit 4c2bff41deae2701fc3ebc2bba7a16c5f1957130