mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
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:
parent
5ddb904a86
commit
715ab98169
@ -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)
|
||||
#"))
|
||||
|
Loading…
Reference in New Issue
Block a user