summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'stage1')
-rwxr-xr-xstage111
1 files changed, 8 insertions, 3 deletions
diff --git a/stage1 b/stage1
index fb46db6..8ebec75 100755
--- a/stage1
+++ b/stage1
@@ -1091,10 +1091,15 @@ EOF
cp $STAGE2 $ROOTFS/stage2/stage2
(
- newJ=$(echo $J | sed 's/-j//')
- echo J=-j$newJ
+ # BOZO: temporary fix for network issues in models
+ #newJ=$(echo $J | sed 's/-j//')
+ #echo J=-j$newJ
+
+ #echo DISTCC_HOSTS=$(host $(hostname) | sed 's/.* //'):${DISTCC_PORT}/999
+ echo J=1
+ echo DISTCC_HOSTS=localhost
+ # END BOZO
- echo DISTCC_HOSTS=$(host $(hostname) | sed 's/.* //'):${DISTCC_PORT}/999
echo DISTCC_BACKOFF_PERIOD=0
echo PATH=/stage2/distcc-bin:\$PATH