~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/no_tree_sink_v8.patch

* Merge with chromium-browser.stable #583

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
---
2
 
 v8/tools/gyp/v8.gyp |    1 +
3
 
 1 file changed, 1 insertion(+)
4
 
 
5
 
Index: src/v8/tools/gyp/v8.gyp
6
 
===================================================================
7
 
--- src.orig/v8/tools/gyp/v8.gyp
8
 
+++ src/v8/tools/gyp/v8.gyp
9
 
@@ -86,16 +86,17 @@
10
 
             'cflags': [
11
 
               '-fomit-frame-pointer',
12
 
               '-O3',
13
 
             ],
14
 
             'conditions': [
15
 
               [ 'gcc_version==44', {
16
 
                 'cflags': [
17
 
                   # Avoid gcc 4.4 strict aliasing issues in dtoa.c
18
 
+                  '-fno-tree-sink',
19
 
                   '-fno-strict-aliasing',
20
 
                   # Avoid crashes with gcc 4.4 in the v8 test suite.
21
 
                   '-fno-tree-vrp',
22
 
                 ],
23
 
               }],
24
 
             ],
25
 
           }],
26
 
           ['OS=="mac"', {