diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-18 18:39:03 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-18 18:39:03 +0200 |
commit | d9cd600c1bc2292de6d26d0687eb065bf9c138af (patch) | |
tree | 7753c8087341996a5d855845041356ac09f28e0c | |
parent | 68f18923abead89db52f4352e44cee1fd8a64cb1 (diff) | |
download | afl++-d9cd600c1bc2292de6d26d0687eb065bf9c138af.tar.gz |
better detection of intel cpu on 32-bit Linux
-rw-r--r-- | GNUmakefile | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 11dfa803..7c20a172 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl deleted file mode 160000 -Subproject 4c2bff41deae2701fc3ebc2bba7a16c5f195713 |