summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-19 17:47:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-19 19:10:04 +0200
commit754c900b663233cb10ecf52a92bc832794599640 (patch)
tree1632343c77c95a23bcfd6574305dcd380415db06 /examples/gcc.yml
parent8f6a678b9317696238dee75c2e9e480034bd7fe1 (diff)
downloadrebel-754c900b663233cb10ecf52a92bc832794599640.tar
rebel-754c900b663233cb10ecf52a92bc832794599640.zip
Rename "target depends" to "depends"
Internally, the name "host depends" is used to match GNU build/host/target terms.
Diffstat (limited to 'examples/gcc.yml')
-rw-r--r--examples/gcc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index ee114db..fd62466 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -20,7 +20,7 @@ tasks:
task: 'gcc:unpack'
build_depends:
- task: 'binutils:install'
- target_depends:
+ depends:
- task: 'gcc:header-stubs'
run: |
BUILD=x86_64-linux-gnu
@@ -73,7 +73,7 @@ tasks:
task: 'gcc:configure'
build_depends:
- task: 'binutils:install'
- target_depends:
+ depends:
- task: 'gcc:header-stubs'
run: |
cd gcc-build