summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-24 14:45:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commit99291634cbbe1af134a669249b4861896945a676 (patch)
tree46c0654f3dad6d34819fe732318afeab6c732391 /rules
parent736740bcb7ae9ed213d3c2c2ca01f84306efdcf5 (diff)
downloadOSELAS.Toolchain-99291634cbbe1af134a669249b4861896945a676.tar.gz
OSELAS.Toolchain-99291634cbbe1af134a669249b4861896945a676.tar.xz
cross-gcc: make sure zstd is not found
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/cross-gcc-first.make5
-rw-r--r--rules/cross-gcc.make5
2 files changed, 8 insertions, 2 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
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