Re: [PATCH xserver] tests: Add missing -l dependencies

2017-02-02 Thread Mihail Konev
On Thu, Feb 02, 2017 at 10:40:07PM +0500, Mihail Konev wrote: > It is worth noting, that it was not ld.bfd that scanning in one :) , please edit ___ xorg-devel@lists.x.org: X.Org development Archives: http

Re: [PATCH xserver] tests: Add missing -l dependencies

2017-02-02 Thread Mihail Konev
On Thu, Feb 02, 2017 at 10:40:07PM +0500, Mihail Konev wrote: > It is worth noting, that it was not ld.bfd that scanning in one > direction, but rather ld.gold ignoring the --as-needed flag > (which, at the time of testing, was built-in into gcc -dumpspecs). > > Reproducible-by: make CC=" gcc -Wl,

[PATCH xserver] tests: Add missing -l dependencies

2017-02-02 Thread Mihail Konev
It is worth noting, that it was not ld.bfd that scanning in one direction, but rather ld.gold ignoring the --as-needed flag (which, at the time of testing, was built-in into gcc -dumpspecs). Reproducible-by: make CC=" gcc -Wl,--as-needed " Corrects: b1a69863 ("tests: shuffle around the linking or