Commit 715ab981 authored by Maxim Grigoriev's avatar Maxim Grigoriev Committed by Peter Korsgaard
Browse files

project: xtensa specific ARCH handling



Part of #163.

Signed-off-by: default avatarMaxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5ddb904a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
#"))