From: Maxim Grigoriev Date: Fri, 24 Jul 2009 00:19:24 +0000 (+0200) Subject: project: xtensa specific ARCH handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=715ab98169f2a41a6954a5027933c90bbf9006df;p=buildroot.git project: xtensa specific ARCH handling Part of #163. Signed-off-by: Maxim Grigoriev Signed-off-by: Peter Korsgaard --- diff --git a/project/Makefile.in b/project/Makefile.in index 49aec141a5..85c0eaeed3 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) #"))