sh64 no longer implies sh as far as uClibc is concerned..

This commit is contained in:
Paul Mundt 2005-05-02 13:38:26 +00:00
parent d8756d11d4
commit 8e6c4f0576

View File

@ -33,7 +33,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
-e 's/m68k.*/m68k/' \
-e 's/ppc/powerpc/g' \
-e 's/v850.*/v850/g' \
-e 's/sh64/sh/' \
-e 's/sh[234].*/sh/' \
-e 's/mips.*/mips/' \
-e 's/mipsel.*/mips/' \