summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:11:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:11:52 +0100
commitf377248abda877e2a945f4152e3e57bbaaeec1ca (patch)
treea6aefc05ba320ae296dbcf33f04460b79ceb7d39 /toolchain/musl
parentd89250d99adb969fc91595a63651ec9c927d68e8 (diff)
use linux.bin without included dtb, dtb is already provided by qemu. no need to patch kernel dts.
Diffstat (limited to 'toolchain/musl')
-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)' \