meson: stop setting the linker (#6182)

If wanted, the linker can be set with LDFLAGS (LDFLAGS=-Wl,-fuse-ld=gold meson ...),
and setting it internally was interfering with that. It seems that both gold and
bfd work very well and quick, and the reasons we had to prefer gold are not relevant
anymore.

Fixes #6169.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-06-26 09:00:46 -04:00 committed by Lennart Poettering
parent c8ec393b25
commit f52b982cc9

View file

@ -312,7 +312,6 @@ link_test_c = files('tools/meson-link-test.c')
foreach arg : ['-Wl,-z,relro',
'-Wl,-z,now',
'-pie',
'-Wl,-fuse-ld=gold',
]
have = run_command(check_compilation_sh,