Matteo Frigo, thank you for figuring out where it goes wrong. Andrey Rahmatullin, I've tried to add the following code after the existing check and it works for me:
ifeq ($(shell if [ $(VERSION) -ge 3 ] ; then \
if [ $(KERNEL_ARCH) = "i386" ] || [ $(KERNEL_ARCH) = "x86_64" ] ; then \
echo "yes" ; fi ; fi ),yes)
LINK_ARCH=x86
endif
Regards,
Andrey
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

