Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! 1
  • Loading branch information
refack committed Oct 5, 2018
commit 24ffb7256789ef0ed3c5e30087bdf0506a865e91
4 changes: 2 additions & 2 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@
'../src/builtins/builtins-intl-gen.cc',
],
}],
# Platforms that don't have CAS support need to link atomic library
# to implement atomic memory access
# Platforms that don't have Compare-And-Swap support need to link atomic
# library to implement atomic memory access
[ 'v8_current_cpu == "mips" or v8_current_cpu == "mipsel" or '
'v8_current_cpu == "mips64" or v8_current_cpu == "mips64el" or '
'v8_current_cpu == "ppc" or v8_current_cpu == "ppc64" or '
Expand Down