From 715ab98169f2a41a6954a5027933c90bbf9006df Mon Sep 17 00:00:00 2001 From: Maxim Grigoriev Date: Fri, 24 Jul 2009 02:19:24 +0200 Subject: project: xtensa specific ARCH handling Part of #163. Signed-off-by: Maxim Grigoriev Signed-off-by: Peter Korsgaard --- project/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project/Makefile.in b/project/Makefile.in index 49aec141a..85c0eaeed 100644 --- a/project/Makefile.in +++ b/project/Makefile.in @@ -10,6 +10,9 @@ QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q,) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) +ifeq ($(ARCH),xtensa) +ARCH:=$(ARCH)_$(strip $(subst ",,$(BR2_xtensa_core_name))) +endif #")) WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER) $(QUIET) #")) -- cgit v1.2.3