mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-08 03:44:15 +00:00
Generate correct tuple for PowerPC with SPE ABI
Fixes #1018. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
ee829c25eb
commit
091b7e4c87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user