Revision: 25299
Author:   [email protected]
Date:     Wed Nov 12 14:47:49 2014 UTC
Log:      Link against librt on solaris for semaphore and scheduler symbols

BUG=v8:3358
[email protected]
LOG=n

Review URL: https://codereview.chromium.org/722673002
https://code.google.com/p/v8/source/detail?r=25299

Modified:
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Wed Nov 12 08:11:57 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Wed Nov 12 14:47:49 2014 UTC
@@ -1427,7 +1427,7 @@
         ['OS=="solaris"', {
             'link_settings': {
               'libraries': [
-                '-lnsl',
+                '-lnsl -lrt',
             ]},
             'sources': [
               '../../src/base/platform/platform-solaris.cc',

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to