fix user mode linux toolchain build
SVN-Revision: 6130
This commit is contained in:
parent
4c1346198c
commit
d85c2ffd23
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ endef
|
|||
|
||||
ifneq (,$(findstring uml,$(BOARD)))
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH=i386 \
|
||||
CONFIG_SHELL=$(BASH)
|
||||
else
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
|
|
Loading…
Reference in a new issue