From 6dc407c3c394b40b526215be9015ff873ce5515d Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Sat, 1 Mar 2014 22:26:54 +0100 Subject: Remove -fuse-ld=gold from webkit's LFLAGS This flag is not supported by upstream gcc. Thus the build might fail if the gold linker is found. This fixes https://bugs.webkit.org/show_bug.cgi?id=89312. Change-Id: I931081fccf64a43b32f2aaf2c3ad377391fdad4c Reviewed-by: David Faure Reviewed-by: Simon Hausmann --- src/3rdparty/webkit/Source/common.pri | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/3rdparty/webkit') diff --git a/src/3rdparty/webkit/Source/common.pri b/src/3rdparty/webkit/Source/common.pri index 0f62e147ae..093647aa35 100644 --- a/src/3rdparty/webkit/Source/common.pri +++ b/src/3rdparty/webkit/Source/common.pri @@ -3,13 +3,6 @@ contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1 contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0 -linux-g++ { -isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) { - message(Using gold linker) - QMAKE_LFLAGS+=-fuse-ld=gold -} -} - # We use this flag on production branches # See https://bugs.webkit.org/show_bug.cgi?id=60824 CONFIG += production -- cgit v1.2.3