Skip to content

Commit 048b7f4

Browse files
AHgPuKBridgeAR
authored andcommitted
tools: fix Raspbian armv7 build
PR-URL: #31041 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent a699808 commit 048b7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
}],
806806
# Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
807807
# to implement atomic memory access
808-
['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', {
808+
['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', {
809809
'link_settings': {
810810
'libraries': ['-latomic', ],
811811
},

0 commit comments

Comments
 (0)