summaryrefslogtreecommitdiffstats
path: root/examples/gcc-libs.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-libs.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-libs.yml')
-rw-r--r--examples/gcc-libs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gcc-libs.yml b/examples/gcc-libs.yml
index 51d352c..14969db 100644
--- a/examples/gcc-libs.yml
+++ b/examples/gcc-libs.yml
@@ -4,7 +4,7 @@ tasks:
task: 'gcc:compile'
build_depends:
- task: 'binutils:install'
- target_depends:
+ depends:
- task: 'glibc:install'
run: |
cd gcc-build
@@ -15,7 +15,7 @@ tasks:
task: 'gcc-libs:compile'
build_depends:
- task: 'binutils:install'
- target_depends:
+ depends:
- task: 'glibc:install'
output:
host: