mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 19:16:39 +00:00
Use -mel/-meb for moxie
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
854b18b2ac
commit
e85ec884ad
@ -3,6 +3,11 @@
|
|||||||
# No arch-specific overrides yet
|
# No arch-specific overrides yet
|
||||||
CT_DoArchTupleValues()
|
CT_DoArchTupleValues()
|
||||||
{
|
{
|
||||||
|
case "${CT_ARCH_ENDIAN}" in
|
||||||
|
big) CT_ARCH_ENDIAN_CFLAG=-meb;;
|
||||||
|
little) CT_ARCH_ENDIAN_CFLAG=-mel;;
|
||||||
|
esac
|
||||||
|
|
||||||
case "${CT_LIBC}" in
|
case "${CT_LIBC}" in
|
||||||
moxiebox)
|
moxiebox)
|
||||||
CT_TARGET_SYS=moxiebox
|
CT_TARGET_SYS=moxiebox
|
||||||
|
Loading…
Reference in New Issue
Block a user