also pass ARCH to the user-space applications to compile properly
This commit is contained in:
parent
3db692d815
commit
bb40731031
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ endef
|
||||||
|
|
||||||
define Build/Compile/user
|
define Build/Compile/user
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
ARCH="$(LINUX_KARCH)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
install-libs install-include zttest
|
install-libs install-include zttest
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue