summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-26 13:20:29 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-26 13:20:29 +0200
commitab49cb6bc2645355931e9a78e569255fff2f8720 (patch)
tree0d7a4177fd2e3e92043eab0474324407c24873a6 /examples
parent6d0851d1dc8fb620010468fa7ff60e7e6fd64427 (diff)
downloadrebel-ab49cb6bc2645355931e9a78e569255fff2f8720.tar
rebel-ab49cb6bc2645355931e9a78e569255fff2f8720.zip
examples: gcc: fix build time tools path
Diffstat (limited to 'examples')
-rw-r--r--examples/gcc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 3102fd6..ac67a31 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -42,7 +42,7 @@ tasks:
--libexecdir={{host.prefix}}/lib \
--with-sysroot={{sysroot}} \
--with-native-system-header-dir={{target.prefix}}/include \
- --with-build-time-tools={{host.prefix}}/{{target.gnu_triplet}}/bin \
+ --with-build-time-tools={{build.prefix}}/{{target.gnu_triplet}}/bin \
--with-gnu-ld \
--enable-shared \
--enable-languages=c,c++ \