summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-22 13:00:16 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-22 13:00:26 +0000
commit2c04a362e8cac7093593364b1863ef30c0b185d2 (patch)
treed3d6fc5524a5e2d17d1797e749508284922ffecb
parent523854cc0393cf59e6cd443ea201a28dc0a5b364 (diff)
downloadmorphs-2c04a362e8cac7093593364b1863ef30c0b185d2.tar.gz
Remove ccache from pass1 for now.
Reasons: 1. there are potential problems with mixing the bootstrap host's ccache and the one we've build (or at least mixing their cache directories) 2. ccache currently fails on ARM due to being built with "-Wall -Werror", presumably this is turned on by autogen.sh or autoreconf.
-rw-r--r--bootstrap-pass1.morph5
1 files changed, 0 insertions, 5 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
index 19ea6b6..9073ed7 100644
--- a/bootstrap-pass1.morph
+++ b/bootstrap-pass1.morph
@@ -43,11 +43,6 @@
"name": "file"
},
{
- "repo": "ccache",
- "ref": "baserock/morph",
- "name": "ccache"
- },
- {
"repo": "ncurses",
"ref": "baserock/bootstrap-pass1",
"name": "ncurses"