summaryrefslogtreecommitdiff
path: root/scripts/build/arch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-10-24 06:22:01 (GMT)
committerAlexey Neyman <stilor@att.net>2018-10-24 06:22:01 (GMT)
commit091b7e4c87cf505a7b318a1521aaabeabcb91dfd (patch)
treebe710919081065620d51ad285a3cb5b08968685e /scripts/build/arch
parentee829c25eb374386ec1d5df2250a8a52f0f9d4a1 (diff)
Generate correct tuple for PowerPC with SPE ABI
Fixes #1018. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/arch')
-rw-r--r--scripts/build/arch/powerpc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/arch/powerpc.sh b/scripts/build/arch/powerpc.sh
index 7dd5ac5..36a727a 100644
--- a/scripts/build/arch/powerpc.sh
+++ b/scripts/build/arch/powerpc.sh
@@ -12,7 +12,7 @@ CT_DoArchTupleValues () {
;;
spe)
case "${CT_LIBC}" in
- none|newlib) CT_TARGET_SYS="spe";;
+ none|newlib) CT_TARGET_SYS="elfspe";;
*glibc) CT_TARGET_SYS="gnuspe";;
uClibc) CT_TARGET_SYS="uclibcgnuspe";;
esac