summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/glibc.bst
diff options
context:
space:
mode:
authorLachlan Mackenzie <lachlan.mackenzie@codethink.co.uk>2019-01-11 18:11:52 +0000
committerLachlan Mackenzie <lachlan.mackenzie@codethink.co.uk>2019-01-11 18:11:52 +0000
commit2b3035c1f34fbc92eef1dec0c9f186372a8df7ed (patch)
treec933e87ecd521599b33a0813d57f01cb01c794df /elements/gnu-toolchain/glibc.bst
parentfa0d4dc58d7aa405c8981c4f33a37f6c871edc86 (diff)
downloaddefinitions-2b3035c1f34fbc92eef1dec0c9f186372a8df7ed.tar.gz
Put in some corrections for known buildstream architectureslachlanmackenzie/sanitize_and_correct_buildstream_architectures
Diffstat (limited to 'elements/gnu-toolchain/glibc.bst')
-rw-r--r--elements/gnu-toolchain/glibc.bst2
1 files changed, 1 insertions, 1 deletions
diff --git a/elements/gnu-toolchain/glibc.bst b/elements/gnu-toolchain/glibc.bst
index 73408726..dd020728 100644
--- a/elements/gnu-toolchain/glibc.bst
+++ b/elements/gnu-toolchain/glibc.bst
@@ -19,7 +19,7 @@ variables:
- arch.startswith("armv7"):
glibc-arch-flags: --without-fp
- - arch in ["armv8b64", "armv8l64", "ppc64b", "ppc64l", "x86_64"]:
+ - arch in ["armv8b", "armv8l", "ppc64", "ppc64le", "x86_64"]:
# Setting this will affect BuildStream's default %{libdir} which
# affects the built-in split rules.
lib: "lib64"