summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-04 07:22:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-04 07:22:06 +0100
commitfe79926211afc01f7109a3635e1e72a46b674848 (patch)
treea8ea8f0750e8301b333a9feb92b97595a34ffa9a /toolchain
parent9311739789dd1def6b95c5a604d05f5754ec166d (diff)
merge
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/musl/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index d675dc4cc..aa5e8845c 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -15,12 +15,6 @@ endif
ifeq ($(CPU_ARCH),mips64)
GNU_TARGET_NAME:= $(subst mips64,mips,$(GNU_TARGET_NAME))
endif
-ifeq ($(CPU_ARCH),microblazeel)
-GNU_TARGET_NAME:= $(subst microblazeel,microblaze,$(GNU_TARGET_NAME))
-endif
-ifeq ($(CPU_ARCH),sh4)
-GNU_TARGET_NAME:= $(subst sh4,sh,$(GNU_TARGET_NAME))
-endif
$(WRKBUILD)/.headers:
(cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' \