From 2e45ac2861b4ab9a32a11e25a9bcfdc94d605bb4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 25 Sep 2021 10:32:36 +0200 Subject: gcc-libs: split install step into toolchain and sysroot components Make the sysroot components usable as a regular dependency. --- examples/toolchain.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'examples/toolchain.yml') 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: '' -- cgit v1.2.3