mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +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
|
||||
CT_DoArchTupleValues()
|
||||
{
|
||||
case "${CT_ARCH_ENDIAN}" in
|
||||
big) CT_ARCH_ENDIAN_CFLAG=-meb;;
|
||||
little) CT_ARCH_ENDIAN_CFLAG=-mel;;
|
||||
esac
|
||||
|
||||
case "${CT_LIBC}" in
|
||||
moxiebox)
|
||||
CT_TARGET_SYS=moxiebox
|
||||
|
Loading…
Reference in New Issue
Block a user