balena-supervisor/base-image/meta-resin-supervisor/recipes-devtools/nodejs/nodejs_%.bbappend
Theodor Gherzan 82dbfc5e67 nodejs: Fix i387 architecture
Because the i397 architecture has no support for the SSE instruction set
we must make sure we do not issue any of these instructions.

Signed-off-by: Theodor Gherzan <theodor@resin.io>
2016-11-03 14:17:19 +01:00

2 lines
46 B
Plaintext

GYP_DEFINES_append = " v8_target_arch='x87' "