diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-05-02 13:38:26 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2005-05-02 13:38:26 +0000 |
commit | 8e6c4f057608409c564c2421cdfa14bd579c0861 (patch) | |
tree | 1a518a25eef43786ccb0cd83e3a7f60652315813 | |
parent | d8756d11d427bb22f45bb17cabdd219b3db493fc (diff) |
sh64 no longer implies sh as far as uClibc is concerned..
-rw-r--r-- | toolchain/uClibc/uclibc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index ee5f009c2..0c7f9c636 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -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/' \ |