Reviewers: Mads Ager, Description: Merge r1636 from trunk to bleeding edge.
Changelist http://codereview.chromium.org/56056 was committed directly to trunk by addident. Please review this at http://codereview.chromium.org/60005 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M SConstruct Index: SConstruct =================================================================== --- SConstruct (revision 1661) +++ SConstruct (working copy) @@ -107,6 +107,9 @@ }, 'os:linux': { 'CCFLAGS': ['-ansi'], + 'library:shared': { + 'LIBS': ['pthread', 'rt'] + } }, 'os:macos': { 'CCFLAGS': ['-ansi'], --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
