toolchain/uclibc: xtensa support
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
715ab98169
commit
58050c286b
@ -52,6 +52,7 @@ UCLIBC_TARGET_ARCH:=$(shell $(SHELL) -c "echo $(ARCH) | sed \
|
||||
-e 's/mipsel.*/mips/' \
|
||||
-e 's/cris.*/cris/' \
|
||||
-e 's/nios2.*/nios2/' \
|
||||
-e 's/xtensa.*/xtensa/' \
|
||||
")
|
||||
# just handle the ones that can be big or little
|
||||
UCLIBC_TARGET_ENDIAN:=$(shell $(SHELL) -c "echo $(ARCH) | sed \
|
||||
|
Loading…
Reference in New Issue
Block a user