about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-08 16:50:37 +0100
committerhexcoder- <heiko@hexco.de>2020-02-08 16:50:37 +0100
commita93e11b79702eece7bda93bc8646c0bb9c2b0b64 (patch)
tree9a610e19f536880a15cbc4a4665fa5eba4b420b4 /Makefile
parent0aad26d85ee13c56acfed7204a9e2f18ec2079e1 (diff)
downloadafl++-a93e11b79702eece7bda93bc8646c0bb9c2b0b64.tar.gz
first work for OpenIndiana (solaris flavor)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cfe7206..5af8444a 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,9 @@ endif
 ifneq "$(shell uname -m)" "x86_64"
  ifneq "$(shell uname -m)" "i386"
   ifneq "$(shell uname -m)" "amd64"
+   ifneq "$(shell uname -m)" "i86pc"
 	AFL_NO_X86=1
+   endif
   endif
  endif
 endif