summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-torque.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-torque.patch')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-torque.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-torque.patch b/meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-torque.patch
new file mode 100644
index 0000000000..e9035f9eb3
--- /dev/null
+++ b/meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-torque.patch
@@ -0,0 +1,36 @@
1From 4bbee5e3d58bc4911999f3ec2cc5aab8ded6717b Mon Sep 17 00:00:00 2001
2From: "Winker Matthias (TT-CA/ENG1)" <Matthias.Winker@de.bosch.com>
3Date: Tue, 11 Dec 2018 10:44:29 +0100
4Subject: [PATCH] Using native torque
5
6---
7 deps/v8/gypfiles/v8.gyp | 6 ++++--
8 1 file changed, 4 insertions(+), 2 deletions(-)
9
10diff --git a/deps/v8/gypfiles/v8.gyp b/deps/v8/gypfiles/v8.gyp
11index 8c78f02255..434168844e 100644
12--- a/deps/v8/gypfiles/v8.gyp
13+++ b/deps/v8/gypfiles/v8.gyp
14@@ -2831,7 +2831,6 @@
15 {
16 'action_name': 'run_torque',
17 'inputs': [ # Order matters.
18- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)torque<(EXECUTABLE_SUFFIX)',
19 '../src/builtins/base.tq',
20 '../src/builtins/array.tq',
21 '../src/builtins/typed-array.tq',
22@@ -2845,7 +2844,10 @@
23 '<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
24 '<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
25 ],
26- 'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated'],
27+ 'action': [
28+ 'torque',
29+ '<@(_inputs)',
30+ '-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated'],
31 },
32 ],
33 }, # torque
34--
352.19.2
36