summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-15 12:40:19 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-15 12:40:19 +0000
commite1dc9c385169ec3ec5cae47ad749bd7cb0bfdf5a (patch)
treeb8a6ecbe9afe51dbc7b8933cf20a7b43abb8f9b2 /baserock-bootstrap
parent855c6c31db347237b73920b70e48ca45358bf363 (diff)
downloadmorph-e1dc9c385169ec3ec5cae47ad749bd7cb0bfdf5a.tar.gz
baserock-bootstrap: disable distcc for build
binutils ./configure fails because distcc is not found in the debian squeeze chroot. I am not sure how it is trying to invoke distcc, but we probably don't want it in pass1 anyway
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 1b95c20e..a4fe61e2 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -70,6 +70,7 @@ pass1_build_with_morph()
python ./morph --verbose build \
morphs rm/morph-pass1 bootstrap-pass1.morph \
--no-git-update \
+ --no-distcc \
--bootstrap \
--cachedir=/tree/baserock/cache \
--log=/baserock/morph.log \