Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2851)

Unified Diff: build/common.gypi

Issue 265263002: Don't add -fuse-ld=gold to cflags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698