mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
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:
parent
279adde8bf
commit
7cdff581ed
@ -3,3 +3,5 @@
|
||||
#@DESCRIPTION: Machine configuration for armv5te based boards
|
||||
|
||||
require conf/machine/include/arm/arch-armv5.inc
|
||||
|
||||
DEFAULTTUNE = "armv5t-vfp"
|
||||
|
Loading…
Reference in New Issue
Block a user