aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-18 00:10:44 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-18 00:10:44 +0300
commit1bb997feefda0154e975797faaacec7c47de55e0 (patch)
treeb20ce183157acac64a4b877400596563f0e01731 /Makefile
parent33fcf676128426f2ac9a4730d63fa481bb351518 (diff)
downloadek-1bb997feefda0154e975797faaacec7c47de55e0.tar.gz
ek-1bb997feefda0154e975797faaacec7c47de55e0.zip
don't support analysis while cross compiling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48b62a0..84cf2e2 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ all: setup
.PHONY: analyze
analyze: setup
- CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE)
+ CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) CROSS_COMPILE=
.PHONY: setup
setup: