summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc-first.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc-first.make')
-rw-r--r--rules/cross-gcc-first.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make
index 6953a9a..ebd4709 100644
--- a/rules/cross-gcc-first.make
+++ b/rules/cross-gcc-first.make
@@ -60,8 +60,11 @@ CROSS_GCC_FIRST_CONF_OPT = \
--disable-libatomic \
--with-system-zlib
-ifdef PTXDIST_ICECC
CROSS_GCC_FIRST_MAKE_ENV := \
+ with_zstd=no
+
+ifdef PTXDIST_ICECC
+CROSS_GCC_FIRST_MAKE_ENV += \
STAGE_CC_WRAPPER=icerun
endif