Revision: 2965 Author: [email protected] Date: Wed Sep 23 07:32:45 2009 Log: Land gyp file change for gcc 4.4.
Review URL: http://codereview.chromium.org/230001. http://code.google.com/p/v8/source/detail?r=2965 Modified: /branches/bleeding_edge/tools/gyp/v8.gyp ======================================= --- /branches/bleeding_edge/tools/gyp/v8.gyp Wed Sep 16 06:41:24 2009 +++ /branches/bleeding_edge/tools/gyp/v8.gyp Wed Sep 23 07:32:45 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 -~----------~----~----~----~------~----~------~--~---
