diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-12 10:50:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-12 10:51:36 +0200 |
commit | ddb5d9774a5341b85986217939da0f8a35513024 (patch) | |
tree | 51fac3fdff4c34b5667268a1d1e1e899b7c6460f /toolchain/binutils/Makefile | |
parent | 66abdde90cb03cfb95978d3b5fecb74110367b66 (diff) |
add support for xtensa dc233c variant. use uImage, which works with a patched Qemu. Thanks to Max Filippov for fixes and ideas.
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 9dae9defa..dbf21f3b3 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -45,7 +45,7 @@ endif $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: ifeq ($(ADK_LINUX_XTENSA),y) - tar xf $(ADK_TOPDIR)/target/xtensa/overlay/xtensa_dc232b.tar \ + tar xf $(ADK_TOPDIR)/target/xtensa/overlay/xtensa_$(ADK_TARGET_XTENSA).tar \ --strip-components=1 -C $(WRKSRC) binutils endif (cd $(WRKBUILD); \ |