summaryrefslogtreecommitdiffstats
path: root/examples/glibc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-22 17:30:04 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-22 17:30:04 +0200
commit81929ee392c44a6bbaa082d228d44e3abbe8d7e2 (patch)
tree858ca04fc71635657008d2fef8e686e8ca1c3508 /examples/glibc.yml
parent7e6e240bb5eb76638a54525497d8efd3e3cd0bc2 (diff)
downloadrebel-81929ee392c44a6bbaa082d228d44e3abbe8d7e2.tar
rebel-81929ee392c44a6bbaa082d228d44e3abbe8d7e2.zip
Rename target_triple to gnu_triplet
Diffstat (limited to 'examples/glibc.yml')
-rw-r--r--examples/glibc.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/glibc.yml b/examples/glibc.yml
index 6c2ca8d..0ab133e 100644
--- a/examples/glibc.yml
+++ b/examples/glibc.yml
@@ -15,7 +15,7 @@ tasks:
depends:
- task: 'linux-uapi-headers:install'
run: |
- CROSS_COMPILE={{build.prefix}}/bin/{{host.target_triple}}-
+ CROSS_COMPILE={{build.prefix}}/bin/{{host.gnu_triplet}}-
export BUILD_CC=gcc
export CC=${CROSS_COMPILE}gcc
@@ -28,8 +28,8 @@ tasks:
mkdir glibc-build
cd glibc-build
../glibc-2.34/configure \
- --build={{build.target_triple}} \
- --host={{host.target_triple}} \
+ --build={{build.gnu_triplet}} \
+ --host={{host.gnu_triplet}} \
--prefix={{host.prefix}} \
--includedir={{host.prefix}}/include \
--libdir={{host.prefix}}/lib \