summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-21 15:20:34 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-21 15:20:34 +0100
commit7061838fb870053df6938dfaaed7acb4e329c5da (patch)
treed9e9a21425cdae044db9c29e4976124e19cc1463
parent3656d5f42d5fbf53bb38a783d85aa9062bf12c6e (diff)
downloadmorphs-7061838fb870053df6938dfaaed7acb4e329c5da.tar.gz
morphs: use binutils-redhat repository
This managed to slip through the net after we migrated to redhat's mirror of binutils. This was already in git, so it saves us some work and at the time it was more up to date than launchpad's.
-rw-r--r--bootstrap-pass2.morph4
-rw-r--r--devel.morph2
2 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 5fda4d1..1f15fcc 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -26,8 +26,8 @@
},
{
"name": "binutils",
- "repo": "upstream:binutils",
- "ref": "baserock/bootstrap"
+ "repo": "upstream:binutils-redhat",
+ "ref": "baserock/bootstrap-pass2"
},
{
"name": "gcc",
diff --git a/devel.morph b/devel.morph
index 602105a..d25b2a9 100644
--- a/devel.morph
+++ b/devel.morph
@@ -16,7 +16,7 @@
},
{
"name": "binutils",
- "repo": "upstream:binutils",
+ "repo": "upstream:binutils-redhat",
"ref": "baserock/morph"
},
{