From: Paul Mundt Date: Mon, 2 May 2005 13:38:26 +0000 (-0000) Subject: sh64 no longer implies sh as far as uClibc is concerned.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e6c4f057608409c564c2421cdfa14bd579c0861;p=buildroot.git sh64 no longer implies sh as far as uClibc is concerned.. --- diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index ee5f009c24..0c7f9c6366 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/' \