summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-16 12:25:09 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-16 12:25:09 +0000
commit5b85748730d97499e0a8b816dff1b454d8aec9b7 (patch)
tree74b68eb184bad568a5ada5ce1ba707b2d8ac9356
parent55d83f0889ae6a39f12a24ad9eccb20cbaa55949 (diff)
downloadmorphs-5b85748730d97499e0a8b816dff1b454d8aec9b7.tar.gz
bootstrap-pass1: build file after zlib
Some change in between causes file to use the wrong linker This apparently makes it work.
-rw-r--r--bootstrap-pass1.morph10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
index f62e0af..0645565 100644
--- a/bootstrap-pass1.morph
+++ b/bootstrap-pass1.morph
@@ -38,6 +38,11 @@
"name": "zlib"
},
{
+ "repo": "file",
+ "ref": "baserock/morph",
+ "name": "file"
+ },
+ {
"repo": "ncurses",
"ref": "baserock/bootstrap-pass1",
"name": "ncurses"
@@ -63,11 +68,6 @@
"name": "diffutils"
},
{
- "repo": "file",
- "ref": "baserock/morph",
- "name": "file"
- },
- {
"repo": "findutils",
"ref": "baserock/bootstrap-pass1",
"name": "findutils"