| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 1c83133349264bfc3d267b3f721a30d0946d13e6..3df8d5a2083662a6304db5a43b9b3dfd6727b701 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3377,9 +3377,6 @@
|
| 'conditions': [
|
| # Use gold linker for Android ia32 target.
|
| ['OS=="android"', {
|
| - 'cflags': [
|
| - '-fuse-ld=gold',
|
| - ],
|
| 'ldflags': [
|
| '-fuse-ld=gold',
|
| ],
|
| @@ -3405,9 +3402,6 @@
|
| 'conditions': [
|
| # Use gold linker for Android x64 target.
|
| ['OS=="android"', {
|
| - 'cflags': [
|
| - '-fuse-ld=gold',
|
| - ],
|
| 'ldflags': [
|
| '-fuse-ld=gold',
|
| ],
|
| @@ -3471,7 +3465,6 @@
|
| # compiler (r5-r7). This can be verified using
|
| # webkit_unit_tests' WTF.Checked_int8_t test.
|
| '-fno-tree-sra',
|
| - '-fuse-ld=gold',
|
| '-Wno-psabi',
|
| ],
|
| # Android now supports .relro sections properly.
|
| @@ -3499,7 +3492,6 @@
|
| '-mthumb-interwork',
|
| '-finline-limit=64',
|
| '-fno-tree-sra',
|
| - '-fuse-ld=gold',
|
| '-Wno-psabi',
|
| ],
|
| 'cflags': [
|
| @@ -3894,9 +3886,6 @@
|
| ['gcc_version>=48', {
|
| 'target_conditions': [
|
| ['_toolset=="target"', {
|
| - 'cflags': [
|
| - '-fuse-ld=gold',
|
| - ],
|
| 'ldflags': [
|
| '-fuse-ld=gold',
|
| ],
|
| @@ -3906,9 +3895,6 @@
|
| ['host_gcc_version>=48', {
|
| 'target_conditions': [
|
| ['_toolset=="host"', {
|
| - 'cflags': [
|
| - '-fuse-ld=gold',
|
| - ],
|
| 'ldflags': [
|
| '-fuse-ld=gold',
|
| ],
|
|
|