From a93e11b79702eece7bda93bc8646c0bb9c2b0b64 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 8 Feb 2020 16:50:37 +0100 Subject: first work for OpenIndiana (solaris flavor) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3