Reviewers: Jakob,
Message:
Committed patchset #1 manually as r16460 (presubmit successful).
Description:
Fix definition of V8_LIBRT_NOT_AVAILABLE in v8.gyp since we test for it
using
#elif in time.cc.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=16460
Please review this at https://codereview.chromium.org/23718004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/gyp/v8.gyp
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index
a73ece03b8246486b0291fef7c1ef68417e7984f..ca817369dc85250ecc91a2552207d64fc6514970
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -742,7 +742,7 @@
'target_conditions': [
['_toolset=="host"', {
'defines': [
- 'V8_LIBRT_NOT_AVAILABLE',
+ 'V8_LIBRT_NOT_AVAILABLE=1',
],
}],
],
--
--
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/groups/opt_out.