project: xtensa specific ARCH handling

Part of #163.

Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Maxim Grigoriev 2009-07-24 02:19:24 +02:00 committed by Peter Korsgaard
parent 5ddb904a86
commit 715ab98169

View File

@ -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)
#"))