From 1102e2f1b35da1beef11c9c31394329c1d483d27 Mon Sep 17 00:00:00 2001 From: azarchs Date: Tue, 28 Apr 2015 10:22:32 -0700 Subject: [PATCH] Disable gold linker for arm64. BUG=481855 Review URL: https://codereview.chromium.org/1113473004 Cr-Commit-Position: refs/heads/master@{#327313} --- build/common.gypi | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/common.gypi b/build/common.gypi index 7868a5af4fea..3724cd3506f2 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -4098,9 +4098,6 @@ 'cflags!': [ '-fstack-protector', # stack protector is always enabled on arm64. ], - 'ldflags': [ - '-fuse-ld=gold', - ], }], ], }], -- 2.11.4.GIT