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

« back to all changes in this revision

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

  • Committer: Chad Miller
  • Date: 2014-02-21 00:14:13 UTC
  • Revision ID: chad.miller@canonical.com-20140221001413-xeloyqxq52xndv72
* Upstream release 33.0.1750.115.
* debian/rules, debian/control: Switch to using ninja instead of make to
  build. Switch from CDBS to dh. Remove many old hacks.
* debian/patches/disable_gn.patch: disable broken GN before build. Temporary
  hack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/src/build/common.gypi
6
6
+++ b/src/build/common.gypi
7
 
@@ -2893,7 +2893,7 @@
 
7
@@ -2992,7 +2992,7 @@
8
8
                   '-Wl,--as-needed',
9
9
                 ],
10
10
               }],
13
13
                 'ldflags': [
14
14
                   '-Wl,--no-as-needed',
15
15
                 ],
16
 
@@ -2929,7 +2929,6 @@
 
16
@@ -3028,7 +3028,6 @@
17
17
               # Specifically tell the linker to perform optimizations.
18
18
               # See http://lwn.net/Articles/192624/ .
19
19
               '-Wl,-O1',
21
21
             ],
22
22
             'conditions' : [
23
23
               ['no_gc_sections==0', {
24
 
@@ -2977,6 +2976,11 @@
 
24
@@ -3076,6 +3075,11 @@
25
25
                   '-fno-asynchronous-unwind-tables',
26
26
                 ],
27
27
               }],