From: Zbigniew Jędrzejewski-Szmek Date: Mon, 26 Jun 2017 13:00:46 +0000 (-0400) Subject: meson: stop setting the linker (#6182) X-Git-Tag: v234~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f52b982cc9504bf89b035d4b55ac038a61226210;p=thirdparty%2Fsystemd.git 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. --- diff --git a/meson.build b/meson.build index be33ea10dcb..af68a2ff83a 100644 --- a/meson.build +++ b/meson.build @@ -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,