summaryrefslogtreecommitdiffstats
path: root/examples/toolchain.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 09:57:34 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 09:57:34 +0200
commit1f0002b087d5ebbeb75aa90709cb46f659e6f9d3 (patch)
treef6f684c02e3f3cfdaab2248c551239a46043da77 /examples/toolchain.yml
parentb9f3bc92512f0ee908867c5bb21fa729ba7160c0 (diff)
downloadrebel-1f0002b087d5ebbeb75aa90709cb46f659e6f9d3.tar
rebel-1f0002b087d5ebbeb75aa90709cb46f659e6f9d3.zip
examples: add toolchain meta recipe, fix gcc-libs
Diffstat (limited to 'examples/toolchain.yml')
-rw-r--r--examples/toolchain.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/toolchain.yml b/examples/toolchain.yml
new file mode 100644
index 0000000..334e5f1
--- /dev/null
+++ b/examples/toolchain.yml
@@ -0,0 +1,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: ''