47e034bb1572bcb4ce7b579af3ed0688c2ee44dd
[scm/bb/meta-tizen.git] / meta-tizen-common-share / recipes-crosswalk / crosswalk / files / fix-crosbuild.patch
1 diff --git a/src/build/common.gypi b/src/build/common.gypi
2 index 5ce3249..329623f 100644
3 --- a/src/build/common.gypi
4 +++ b/src/build/common.gypi
5 @@ -4187,7 +4187,7 @@
6              # Newer gccs and clangs support -fuse-ld, use the flag to force gold
7              # selection.
8              # gcc -- http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Optimize-Options.html
9 -            'ldflags': [ '-fuse-ld=gold', ],
10 +            #'ldflags': [ '-fuse-ld=gold', ],
11  
12              'target_conditions': [
13                ['_toolset=="target"', {
14 @@ -4201,6 +4201,7 @@
15                    # crashing on the bots: crbug.com/161942.
16                    # '-Wl,--threads',
17                    # '-Wl,--thread-count=4',
18 +                  '-fuse-ld=gold',
19                  ],
20                }],
21              ],