summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc.make')
-rw-r--r--rules/cross-gcc.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 3bd9abb..9a3c90d 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -148,8 +148,11 @@ $(STATEDIR)/cross-gcc.prepare:
# Compile
# ----------------------------------------------------------------------------
-ifdef PTXDIST_ICECC
CROSS_GCC_MAKE_ENV := \
+ with_zstd=no
+
+ifdef PTXDIST_ICECC
+CROSS_GCC_MAKE_ENV += \
STAGE_CC_WRAPPER=icerun
endif