Reviewers: Jakob,
Description:
Version 4.3.61.5 (cherry-pick)
Merged 536b7cf243ce7bfcaffa8627d1c9fceeef1e5664
Set the default compiler for X87 to GCC.
[email protected]
BUG=
Please review this at https://codereview.chromium.org/1078823002/
Base URL: https://chromium.googlesource.com/v8/[email protected]
Affected files (+3, -2 lines):
M build/standalone.gypi
M include/v8-version.h
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
29aec6a569ec62f3203f781de7f00f678ef4ed63..d95cb7a0a25304d5398e4baa00a9c5bd4080739d
100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -146,7 +146,8 @@
}, {
'v8_enable_gdbjit%': 0,
}],
- ['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or
target_arch=="x64")', {
+ ['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or
target_arch=="x64") and \
+ (v8_target_arch!="x87")', {
'clang%': 1,
}, {
'clang%': 0,
Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index
e5c2a590bc9b72c25fe2bd212a1fce5ae04fb448..cde9668287e25a3d2806a67ddd096101009a0fb4
100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 4
#define V8_MINOR_VERSION 3
#define V8_BUILD_NUMBER 61
-#define V8_PATCH_LEVEL 4
+#define V8_PATCH_LEVEL 5
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
--
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.