Skip to content

Commit 5a7b210

Browse files
author
Neeraj Deshpande
committed
Updated support for Arris platform.
1 parent c7513e1 commit 5a7b210

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff -ruN cobalt.orig/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi cobalt/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi
2+
--- cobalt.orig/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi 2021-05-27 17:36:48.000000000 +0530
3+
+++ cobalt/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi 2021-07-28 00:24:54.604927098 +0530
4+
@@ -65,6 +65,9 @@
5+
# matters: Wall implies Wunused-parameter and Wno-unused-parameter
6+
# has no effect if specified before Wall.
7+
'-Wno-unused-parameter',
8+
+ '-Wno-expansion-to-defined',
9+
+ '-Wimplicit-fallthrough=0',
10+
+ '-Wno-ignored-qualifiers',
11+
12+
# For some reason Thumb build is broken
13+
'-marm',

0 commit comments

Comments
 (0)