summaryrefslogtreecommitdiffstats
path: root/examples/toolchain.yml
blob: 334e5f1fa4286e3158fc163120843b7b091eee1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
tasks:
  install:
    args:
      host: 'platform'
    build_depends:
      - task: 'gcc:install'
      - task: 'gcc-libs:install'
        output: 'host'
    depends:
      - task: 'glibc:install'
      - task: 'gcc-libs:install'
        output: 'target'
        args:
          host: 'build'
          target: 'host'
    run: ''