Commit 063eb948 authored by jochen@chromium.org's avatar jochen@chromium.org

Link against librt on solaris for semaphore and scheduler symbols

BUG=v8:3358
R=svenpanne@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/722673002

Cr-Commit-Position: refs/heads/master@{#25299}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25299 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5353fb1a
......@@ -1427,7 +1427,7 @@
['OS=="solaris"', {
'link_settings': {
'libraries': [
'-lnsl',
'-lnsl -lrt',
]},
'sources': [
'../../src/base/platform/platform-solaris.cc',
......
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