From 99291634cbbe1af134a669249b4861896945a676 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 24 Aug 2020 14:45:29 +0200 Subject: cross-gcc: make sure zstd is not found Signed-off-by: Michael Olbrich --- rules/cross-gcc-first.make | 5 ++++- rules/cross-gcc.make | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'rules') 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 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 -- cgit v1.2.3