summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-05 16:15:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-09 16:11:50 +0200
commitd5cf58623244e443a7e42dec10d6b308927bb982 (patch)
tree4b166717824f39255bec80f35b399ecb05052ef8 /bin
parent89607b4ad17d2cf4457e265dda226ac2e48221c9 (diff)
downloadptxdist-d5cf58623244e443a7e42dec10d6b308927bb982.tar.gz
ptxdist-d5cf58623244e443a7e42dec10d6b308927bb982.tar.xz
icecc: evaluate ICECC_VERSION path when needed
This makes it possible to create the icecc environment later during building. This can be used by toolchain builds to generate the target environment after building the cross-compiler. Note: Using echo to set ICECC_VERSION= is ok here. If there is no environment then ICECC_VERSION points to a non-existing file and icecc will be disabled later. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 137bd2f24..1e10c08d4 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -2555,6 +2555,7 @@ setup_export() {
PTXDIST_CCACHE \
PTXDIST_FORCE_DOWNLOAD \
PTXDIST_ICECC \
+ PTXDIST_ICECC_CREATE_ENV \
PTXDIST_LOG_PROMPT \
PTXDIST_OUTPUT_SYNC \
PTXDIST_DIRTY \