summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-16 21:29:28 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-16 21:29:28 +0200
commit442864b4e97dcd671eaaa6ac8684b4b937ee8cd1 (patch)
tree79b9165092a834b1a51d587959d6ef6816837762 /examples/gcc.yml
parentd1f10611e90f09074c45de474d927e6026315086 (diff)
downloadrebel-442864b4e97dcd671eaaa6ac8684b4b937ee8cd1.tar
rebel-442864b4e97dcd671eaaa6ac8684b4b937ee8cd1.zip
examples: more toolchain stuff
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 9efea15..f06eb27 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -32,8 +32,8 @@ tasks:
--prefix="${BUILD_PREFIX}" \
--libdir=${BUILD_PREFIX}/lib \
--libexecdir=${BUILD_PREFIX}/lib \
- --with-sysroot="${SYSROOT}${PREFIX}" \
- --with-native-system-header-dir=/include \
+ --with-sysroot="${SYSROOT}" \
+ --with-native-system-header-dir=${PREFIX}/include \
--with-build-time-tools="${BUILD_PREFIX}/${TARGET}/bin" \
--with-gnu-ld \
--enable-shared \