File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"src/electron/patches/v8" : " src/v8" ,
7
7
8
- "src/electron/patches/node" : " src/third_party/electron_node"
8
+ "src/electron/patches/node" : " src/third_party/electron_node" ,
9
+
10
+ "src/electron/patches/swiftshader" : " src/third_party/swiftshader"
9
11
}
Original file line number Diff line number Diff line change
1
+ marl_arm.patch
Original file line number Diff line number Diff line change
1
+ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2
+ From: Cheng Zhao <zcbenz@gmail.com>
3
+ Date: Wed, 4 Mar 2020 14:23:28 -0700
4
+ Subject: fix: linux arm build
5
+
6
+ Fix Linux ARM build error caused by compiler update.
7
+
8
+ This means to be a quick fix, we should choose other solution once we
9
+ get an answer at:
10
+ https://bugs.chromium.org/p/chromium/issues/detail?id=1058107
11
+
12
+ diff --git a/third_party/marl/src/osfiber_asm_arm.S b/third_party/marl/src/osfiber_asm_arm.S
13
+ index d276ac806..b2be5face 100644
14
+ --- a/third_party/marl/src/osfiber_asm_arm.S
15
+ +++ b/third_party/marl/src/osfiber_asm_arm.S
16
+ @@ -22,6 +22,7 @@
17
+ // x1: to
18
+ .text
19
+ .global marl_fiber_swap
20
+ + .type marl_fiber_swap, %function
21
+ .align 4
22
+ marl_fiber_swap:
23
+
You can’t perform that action at this time.
0 commit comments