qt5bse: configure: fix gold linker detection
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Feb 2015 22:20:12 +0000 (23:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Feb 2015 22:20:12 +0000 (23:20 +0100)
commitea4501da20d7aaee1b955c84874168a953e3b637
treec4cc9e04faf2b274f5e27ddeb81dc6cf484e1dec
parent1cac78fbb044279f1854b1c7c59e94f03fb061f1
qt5bse: configure: fix gold linker detection

Fixes http://autobuild.buildroot.net/results/92c/92c3fb4ddb934115b228652bb8c972bb7459bb40/

While the -fuse-ld=gold flag is related to linking, it is an argument to the
compiler driver to tell it what linker to execute, NOT an option to tell the
linker to behave differently.

So it shouldn't get prefixed with -Wl when passed though the compiler driver.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/qt5base/0006-configure-fix-gold-linker-support-detection.patch [new file with mode: 0644]