summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-15 23:25:20 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-15 23:25:20 +0200
commitf8c174dbdb78e459e790f15820fb1fc342459473 (patch)
tree83b664f1c2f45829175f6c8f6c8e41ba8c774f16 /examples/gcc.yml
parent10053ef3faf73bc58aca38435c1d134603f8feaf (diff)
downloadrebel-f8c174dbdb78e459e790f15820fb1fc342459473.tar
rebel-f8c174dbdb78e459e790f15820fb1fc342459473.zip
examples: gcc: fix limits.h generation
Diffstat (limited to 'examples/gcc.yml')
-rw-r--r--examples/gcc.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index e74195a..72b4f72 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -9,12 +9,15 @@ tasks:
stubs:
run: |
mkdir -p "${DESTDIR}${PREFIX}/include"
+ touch "${DESTDIR}${PREFIX}/include/limits.h"
configure:
inherit:
task: 'gcc:unpack'
build_depends:
- task: 'binutils:install'
+ target_depends:
+ - task: 'gcc:stubs'
run: |
export BUILD=x86_64-linux-gnu
export HOST=x86_64-linux-gnu
@@ -84,6 +87,8 @@ tasks:
task: 'gcc:compile'
build_depends:
- task: 'binutils:install'
+ target_depends:
+ - task: 'gcc:stubs'
run: |
export TARGET=aarch64-linux-gnu
@@ -106,6 +111,8 @@ tasks:
task: 'gcc:configure-libgcc-initial'
build_depends:
- task: 'binutils:install'
+ target_depends:
+ - task: 'gcc:stubs'
run: |
cd gcc-build
make -j8 all-target-libgcc