summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage1-gcc.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-10-26 16:50:33 +0000
commit995a5b3effc82c39f929d0290e74b84ee25d773b (patch)
treed185e58dfc09989fc77ec6fa560e4d9890b548cf /elements/gnu-toolchain/stage1-gcc.bst
parent8e880181f2cb365c80f0b05ac452710ece8a9d0c (diff)
downloaddefinitions-995a5b3effc82c39f929d0290e74b84ee25d773b.tar.gz
gnu-toolchain: Use binaries from Baserock releases repo 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. The binaries are hosted at https://ostree.baserock.org/releases and are produced by a manual (but automatable) process that I will document in subsequent commits from the `bootstrap/stage3-sysroot.bst` element.
Diffstat (limited to 'elements/gnu-toolchain/stage1-gcc.bst')
-rw-r--r--elements/gnu-toolchain/stage1-gcc.bst5
1 files changed, 2 insertions, 3 deletions
diff --git a/elements/gnu-toolchain/stage1-gcc.bst b/elements/gnu-toolchain/stage1-gcc.bst
index bcf30bc3..4df5fde7 100644
--- a/elements/gnu-toolchain/stage1-gcc.bst
+++ b/elements/gnu-toolchain/stage1-gcc.bst
@@ -7,15 +7,14 @@ sources:
ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838
depends:
-- gnu-toolchain/base-platform.bst
-- gnu-toolchain/base-sdk.bst
+- gnu-toolchain/base.bst
- gnu-toolchain/stage1-binutils.bst
variables:
prefix: /tools
environment:
- PATH: /tools/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ PATH: /tools/bin:/tools/sbin:/usr/bin:/bin:/usr/sbin:/sbin
config:
configure-commands: