summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-20 17:17:47 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-20 17:18:54 +0000
commita92c0480056b9b8ad2c8ecf487a0d1f4c54e3e6d (patch)
tree6316742f3e0fd01730a798d8925ec97de9631cfd /baserock-bootstrap
parentb8e1bc499f79283e3e718113c14f0efc26580d10 (diff)
downloadmorph-a92c0480056b9b8ad2c8ecf487a0d1f4c54e3e6d.tar.gz
Set --no-ccache for morph in pass 1.
It might be the cause of weird internal binutils and gcc errors.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index aab693eb..c1a2d152 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -97,6 +97,7 @@ pass1_build_with_morph()
morphs master bootstrap-pass1.morph \
--no-git-update \
--no-distcc \
+ --no-ccache \
--bootstrap \
--cachedir=$LFS/baserock/cache \
--tempdir=$LFS/tmp \