summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage1.bst
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-20 10:54:31 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-20 11:07:33 +0100
commitdb3f1ce98dcd3f39ebdf05861db8af2980439626 (patch)
tree484e0e5089229958ca19e72598404ea09c06dfd5 /elements/gnu-toolchain/stage1.bst
parentcda48c2ed29b71642d771aa122c4eac7390e9d3b (diff)
downloaddefinitions-db3f1ce98dcd3f39ebdf05861db8af2980439626.tar.gz
gnu-toolchain: Use binaries from Baserock cache to bootstrap
This replaces the previous approach of using the Freedesktop SDK binaries. We need to support more architectures than just x86_32 and x86_64, and in general it's better to bootstrap from a minimal sysroot that we build and control. Currently this pulls the binaries from the Baserock artifact cache. This is a temporary solution while we work out how to best to archive these binaries permanently. (Probably in a separate OSTree repo, so that they are excluded from any cache expiry algorithsm that might otherwise delete them).
Diffstat (limited to 'elements/gnu-toolchain/stage1.bst')
-rw-r--r--elements/gnu-toolchain/stage1.bst3
1 files changed, 1 insertions, 2 deletions
diff --git a/elements/gnu-toolchain/stage1.bst b/elements/gnu-toolchain/stage1.bst
index 80d3aa43..54465610 100644
--- a/elements/gnu-toolchain/stage1.bst
+++ b/elements/gnu-toolchain/stage1.bst
@@ -1,7 +1,6 @@
kind: stack
depends:
-- gnu-toolchain/base-platform.bst
-- gnu-toolchain/base-sdk.bst
+- gnu-toolchain/base.bst
- gnu-toolchain/stage1-binutils.bst
- gnu-toolchain/stage1-gcc.bst