also pass ARCH to the user-space applications to compile properly

This commit is contained in:
florian 2009-02-03 14:39:17 +00:00 committed by Jiri Slachta
parent 3db692d815
commit bb40731031

View file

@ -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