Re: [Mesa-dev] [PATCH] targets/dri: android: use WHOLE static libraries

2015-11-24 Thread Emil Velikov
On 24 November 2015 at 15:06, Ilia Mirkin wrote: > On Tue, Nov 24, 2015 at 6:57 AM, Emil Velikov > wrote: >> This is bring behaviour similar to whole-archive, where hunks of the >> static libraries are not discarded and thus the exact order of the >> libraries does not matter. >> >> It has been

Re: [Mesa-dev] [PATCH] targets/dri: android: use WHOLE static libraries

2015-11-24 Thread Ilia Mirkin
On Tue, Nov 24, 2015 at 6:57 AM, Emil Velikov wrote: > This is bring behaviour similar to whole-archive, where hunks of the > static libraries are not discarded and thus the exact order of the > libraries does not matter. > > It has been used in i915/i965 for a very long time, we might want to > s

[Mesa-dev] [PATCH] targets/dri: android: use WHOLE static libraries

2015-11-24 Thread Emil Velikov
This is bring behaviour similar to whole-archive, where hunks of the static libraries are not discarded and thus the exact order of the libraries does not matter. It has been used in i915/i965 for a very long time, we might want to spare us some headaches and use it as well. This fixes issues wit