From 47e410981184016a6ab4c58fdfc9449e2fd945e7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Jun 2014 10:05:13 +0200 Subject: add support for xtensa architecture, tested with qemu. thanks to Max Filippov for help --- toolchain/binutils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/binutils/Makefile') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 80565bc17..9edf001cd 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -40,6 +40,10 @@ endif $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: +ifeq ($(ADK_LINUX_XTENSA),y) + tar xf $(TOPDIR)/target/xtensa/overlay/xtensa_dc232b.tar \ + --strip-components=1 -C $(WRKSRC) binutils +endif (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ --prefix=$(TOOLCHAIN_DIR)/usr \ -- cgit v1.2.3