From 55d83f0889ae6a39f12a24ad9eccb20cbaa55949 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 15 Mar 2012 14:40:26 +0000 Subject: bootstrap-pass1.morph: gcc has separate branches Patches needed to be applied to the source. Rather than doing this at build time it makes more sense to have each be a different branch Technically the names can be changed since it now allows a unique reference for this triple, however for specifying dependencies the name has to be unique --- bootstrap-pass1.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph index c7addbdf..f62e0afa 100644 --- a/bootstrap-pass1.morph +++ b/bootstrap-pass1.morph @@ -9,7 +9,7 @@ }, { "repo": "gcc-tarball", - "ref": "baserock/bootstrap", + "ref": "baserock/bootstrap-pass1-1", "name": "gcc-bootstrap-pass1-1" }, { @@ -29,7 +29,7 @@ }, { "repo": "gcc-tarball", - "ref": "baserock/bootstrap", + "ref": "baserock/bootstrap-pass1-2", "name": "gcc-bootstrap-pass1-2" }, { -- cgit v1.2.1