summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-10-25 16:11:28 (GMT)
committerGitHub <noreply@github.com>2018-10-25 16:11:28 (GMT)
commit4a2b3830d90bdc9c2a6195167a3d892f17a87bf7 (patch)
treebe710919081065620d51ad285a3cb5b08968685e
parentee829c25eb374386ec1d5df2250a8a52f0f9d4a1 (diff)
parent091b7e4c87cf505a7b318a1521aaabeabcb91dfd (diff)
Merge pull request #1067 from stilor/gcc8-ppcspe
Generate correct tuple for PowerPC with SPE ABI
-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