[build] Add runtime deps for mips
TBR=sergiyb@chromium.org Bug: v8:8291 Change-Id: I3fe107ae4d5853b71238521218017943f2d56393 Reviewed-on: https://chromium-review.googlesource.com/c/1314569 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#57213}
This commit is contained in:
parent
0d5164323b
commit
92b131b2e9
8
BUILD.gn
8
BUILD.gn
@ -3262,6 +3262,14 @@ v8_component("v8_libbase") {
|
||||
data_deps += [ "//build/win:runtime_libs" ]
|
||||
}
|
||||
|
||||
if (v8_current_cpu == "mips" || v8_current_cpu == "mips64") {
|
||||
# Add runtime libs for mips.
|
||||
data += [
|
||||
"tools/mips_toolchain/sysroot/usr/lib/",
|
||||
"tools/mips_toolchain/mips-mti-linux-gnu/lib",
|
||||
]
|
||||
}
|
||||
|
||||
if (is_tsan && !build_with_chromium) {
|
||||
data += [ "tools/sanitizers/tsan_suppressions.txt" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user