Revision: 2966
Author: [email protected]
Date: Wed Sep 23 07:35:24 2009
Log: Push version 1.3.13.2 to trunk to fix gyp problem for gcc 4.4.
http://code.google.com/p/v8/source/detail?r=2966

Modified:
  /trunk/src/version.cc
  /trunk/tools/gyp/v8.gyp

=======================================
--- /trunk/src/version.cc       Wed Sep 23 06:43:07 2009
+++ /trunk/src/version.cc       Wed Sep 23 07:35:24 2009
@@ -35,7 +35,7 @@
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     3
  #define BUILD_NUMBER      13
-#define PATCH_LEVEL       1
+#define PATCH_LEVEL       2
  #define CANDIDATE_VERSION false

  // Define SONAME to have the SCons build the put a specific SONAME into the
=======================================
--- /trunk/tools/gyp/v8.gyp     Tue Sep 22 03:00:30 2009
+++ /trunk/tools/gyp/v8.gyp     Wed Sep 23 07:35:24 2009
@@ -87,7 +87,7 @@
                '-O3',
              ],
              'conditions': [
-              [ 'gcc_version=="44"', {
+              [ 'gcc_version==44', {
                  'cflags': [
                    # Avoid gcc 4.4 strict aliasing issues in dtoa.c
                    '-fno-strict-aliasing',

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to