mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 02:13:29 +08:00
- SH endian setting (fgretief in bug #1446)
This commit is contained in:
parent
e4ead9c13c
commit
2e0694f7a1
@ -73,6 +73,8 @@ UCLIBC_TARGET_ENDIAN:=$(shell $(SHELL) -c "echo $(ARCH) | sed \
|
||||
-e 's/arm/LITTLE/' \
|
||||
-e 's/mipsel/LITTLE/' \
|
||||
-e 's/mips/BIG/' \
|
||||
-e 's/sh[234]eb/BIG/' \
|
||||
-e 's/sh[234]/LITTLE/' \
|
||||
")
|
||||
|
||||
ifneq ($(UCLIBC_TARGET_ENDIAN),LITTLE)
|
||||
|
Loading…
Reference in New Issue
Block a user