match nodejs ABI as compiled by debian armel port

Generally, the armel port of debian targets the armv4t ABI. However
nodejs is specifically compiled against armv5t-vfp so we choose to have
the whole base image as such.

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-07-09 20:16:32 -07:00
parent 279adde8bf
commit 7cdff581ed

View File

@ -3,3 +3,5 @@
#@DESCRIPTION: Machine configuration for armv5te based boards
require conf/machine/include/arm/arch-armv5.inc
DEFAULTTUNE = "armv5t-vfp"