meson: stop setting the linker (#6182)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 26 Jun 2017 13:00:46 +0000 (09:00 -0400)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Jun 2017 13:00:45 +0000 (15:00 +0200)
commitf52b982cc9504bf89b035d4b55ac038a61226210
treeba0859bcf37fc158e88902f8fd39a21fd352c69a
parentc8ec393b25a6eacd91915fce84c03d4b446125ea
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.
meson.build