summaryrefslogtreecommitdiff
path: root/toolchain/uClibc
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2005-05-02 13:38:26 +0000
committerPaul Mundt <lethal@linux-sh.org>2005-05-02 13:38:26 +0000
commit8e6c4f057608409c564c2421cdfa14bd579c0861 (patch)
tree1a518a25eef43786ccb0cd83e3a7f60652315813 /toolchain/uClibc
parentd8756d11d427bb22f45bb17cabdd219b3db493fc (diff)
sh64 no longer implies sh as far as uClibc is concerned..
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/uclibc.mk1
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/' \