summaryrefslogtreecommitdiffstats
path: root/examples/toolchain.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 10:32:36 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 10:32:36 +0200
commit2e45ac2861b4ab9a32a11e25a9bcfdc94d605bb4 (patch)
treede241cbc476ec8a8993a07c6e91a7bfaba984ead /examples/toolchain.yml
parent1f0002b087d5ebbeb75aa90709cb46f659e6f9d3 (diff)
downloadrebel-2e45ac2861b4ab9a32a11e25a9bcfdc94d605bb4.tar
rebel-2e45ac2861b4ab9a32a11e25a9bcfdc94d605bb4.zip
gcc-libs: split install step into toolchain and sysroot components
Make the sysroot components usable as a regular dependency.
Diffstat (limited to 'examples/toolchain.yml')
-rw-r--r--examples/toolchain.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/toolchain.yml b/examples/toolchain.yml
index 334e5f1..ea9f41f 100644
--- a/examples/toolchain.yml
+++ b/examples/toolchain.yml
@@ -4,13 +4,8 @@ tasks:
host: 'platform'
build_depends:
- task: 'gcc:install'
- - task: 'gcc-libs:install'
- output: 'host'
+ - task: 'gcc-libs:install-gcc'
depends:
- task: 'glibc:install'
- task: 'gcc-libs:install'
- output: 'target'
- args:
- host: 'build'
- target: 'host'
run: ''