Patch from Volmat Alain adding SH3/SH3EB SH4EB support
This commit is contained in:
@@ -107,10 +107,22 @@ $(LINUX_HEADERS_DIR)/.configured: $(LINUX_HEADERS_DIR)/.patched
|
||||
ln -fs arch-ebsa285 arch; fi); \
|
||||
elif [ "$(ARCH)" = "cris" ];then \
|
||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-cris asm;) \
|
||||
elif [ "$(ARCH)" = "sh3" ];then \
|
||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-sh asm; \
|
||||
cd asm; \
|
||||
ln -s cpu-sh3 cpu) \
|
||||
elif [ "$(ARCH)" = "sh3eb" ];then \
|
||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-sh asm; \
|
||||
cd asm; \
|
||||
ln -s cpu-sh3 cpu) \
|
||||
elif [ "$(ARCH)" = "sh4" ];then \
|
||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-sh asm; \
|
||||
cd asm; \
|
||||
ln -s cpu-sh4 cpu) \
|
||||
elif [ "$(ARCH)" = "sh4eb" ];then \
|
||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-sh asm; \
|
||||
cd asm; \
|
||||
ln -s cpu-sh4 cpu) \
|
||||
else \
|
||||
(cd $(LINUX_HEADERS_DIR)/include; ln -fs asm-$(ARCH)$(NOMMU) asm;) \
|
||||
fi
|
||||
|
||||
@@ -26,7 +26,7 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
|
||||
-e 's/ppc/powerpc/g' \
|
||||
-e 's/v850.*/v850/g' \
|
||||
-e 's/sh64/sh/' \
|
||||
-e 's/sh[234]/sh/' \
|
||||
-e 's/sh[234].*/sh/' \
|
||||
-e 's/mips.*/mips/' \
|
||||
-e 's/mipsel.*/mips/' \
|
||||
-e 's/cris.*/cris/' \
|
||||
|
||||
Reference in New Issue
Block a user