mirror of https://github.com/nodejs/node.git
tools: fix Raspbian armv7 build
PR-URL: https://github.com/nodejs/node/pull/31041 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>pull/31041/merge
parent
489e77c119
commit
1bc7a50fdd
|
@ -805,7 +805,7 @@
|
|||
}],
|
||||
# Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
|
||||
# to implement atomic memory access
|
||||
['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', {
|
||||
['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', {
|
||||
'link_settings': {
|
||||
'libraries': ['-latomic', ],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue