Commit 2e606c3e authored by Djordje Golubovic's avatar Djordje Golubovic Committed by Commit Bot

Explicitly link against libatomic for 32bit mips linux target.

R=thomasanderson@chromium.org

Bug: 822411
Change-Id: Ib82849f24695049fb62c85f59a7326fb334332d4
Reviewed-on: https://chromium-review.googlesource.com/963592Reviewed-by: default avatarPeter Collingbourne <pcc@chromium.org>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543573}
parent 239fc0c6
......@@ -25,6 +25,10 @@ config("runtime_library") {
if (is_chromeos) {
defines = [ "OS_CHROMEOS" ]
}
if (current_cpu == "mipsel") {
libs = [ "atomic" ]
}
}
config("x11") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment