summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:26 +0100
commite30c2e38954a49ceb6cd1350525da89a15653758 (patch)
tree8f69628166bc0c6bf5d7d9146c4a7de528197eb3 /toolchain/musl/Makefile
parent469b35af91f6b8123943bab064ecf362e28bc438 (diff)
parent24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/musl/Makefile')
-rw-r--r--toolchain/musl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index 2cce6bebc..f647939b5 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -12,6 +12,9 @@ endif
ifeq ($(CPU_ARCH),mips64el)
REAL_GNU_TARGET_NAME:= $(subst mips64el,mips,$(REAL_GNU_TARGET_NAME))
endif
+ifeq ($(CPU_ARCH),microblazeel)
+REAL_GNU_TARGET_NAME:= $(subst microblazeel,microblaze,$(REAL_GNU_TARGET_NAME))
+endif
$(WRKBUILD)/.headers:
(cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' \