- SH endian setting (fgretief in bug #1446)

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-21 08:05:40 +00:00
parent e4ead9c13c
commit 2e0694f7a1

View File

@ -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)