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>
This commit is contained in:
Theodor Gherzan 2016-10-31 13:41:08 +01:00
parent 321a458020
commit 82dbfc5e67

View File

@ -0,0 +1 @@
GYP_DEFINES_append = " v8_target_arch='x87' "