Skip to content

Commit b714e94

Browse files
AHgPuKtargos
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 2f7bd15 commit b714e94

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
@@ -809,7 +809,7 @@
809809
}],
810810
# Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
811811
# to implement atomic memory access
812-
['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', {
812+
['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', {
813813
'link_settings': {
814814
'libraries': ['-latomic', ],
815815
},

0 commit comments

Comments
 (0)