~saiarcot895/chromium-browser/chromium-browser.utopic.beta

« back to all changes in this revision

Viewing changes to debian/patches/linker-asneeded-bug.patch

  • Committer: Saikrishna Arcot
  • Date: 2015-06-25 03:38:51 UTC
  • Revision ID: saiarcot895@gmail.com-20150625033851-jacp4ttjapr9qbtt
Tags: 44.0.2403.61-0ubuntu1~ppa1~utopic1
* New upstream version 44.0.2403.61
* Refreshed and updated patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
Index: beta.vivid/build/common.gypi
6
6
===================================================================
7
 
--- beta.vivid.orig/build/common.gypi   2015-06-05 11:27:49.256354991 -0400
8
 
+++ beta.vivid/build/common.gypi        2015-06-05 11:27:49.253355031 -0400
9
 
@@ -3697,7 +3697,7 @@
 
7
--- beta.vivid.orig/build/common.gypi   2015-06-24 23:38:14.155612086 -0400
 
8
+++ beta.vivid/build/common.gypi        2015-06-24 23:38:14.153612116 -0400
 
9
@@ -3687,7 +3687,7 @@
10
10
                   '-fomit-frame-pointer',
11
11
                 ],
12
12
               }],
15
15
                 'ldflags': [
16
16
                   '-Wl,--no-as-needed',
17
17
                 ],
18
 
@@ -3745,7 +3745,6 @@
 
18
@@ -3735,7 +3735,6 @@
19
19
               # Specifically tell the linker to perform optimizations.
20
20
               # See http://lwn.net/Articles/192624/ .
21
21
               '-Wl,-O1',
23
23
             ],
24
24
             'conditions' : [
25
25
               ['no_gc_sections==0', {
26
 
@@ -3794,6 +3793,11 @@
 
26
@@ -3784,6 +3783,11 @@
27
27
                 'cflags': ['-fno-unwind-tables', '-fno-asynchronous-unwind-tables'],
28
28
                 'defines': ['NO_UNWIND_TABLES'],
29
29
               }],