summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-05 11:55:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-05 11:55:31 +0100
commit7e783125e4ba1ad319febf468e2e6e90e4c0ff42 (patch)
tree342e5dccab85da3ca5369a29824a796699e31bed /toolchain/musl
parent0693e599c648cbf8bdbd801e1eade92338e6af32 (diff)
parentebe83aaf6705c22c6f7a28b27df0f83e91209b09 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/musl')
-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)' \