Re: gcc: link scan order of /usr/lib and /usr/lib/w32api

2016-02-25 Thread Yaakov Selkowitz
On 2016-02-25 17:12, JonY wrote: On 2/26/2016 01:44, Yaakov Selkowitz wrote: JonY, It has been brought to my attention that /usr/lib/w32api is now taking precedence over /usr/lib, which is a result of this commit: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=227962 https://github.com

Re: gcc: link scan order of /usr/lib and /usr/lib/w32api

2016-02-25 Thread JonY
On 2/26/2016 01:44, Yaakov Selkowitz wrote: > JonY, > > It has been brought to my attention that /usr/lib/w32api is now taking > precedence over /usr/lib, which is a result of this commit: > > https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=227962 > https://github.com/gcc-mirror/gcc/commit

gcc: link scan order of /usr/lib and /usr/lib/w32api

2016-02-25 Thread Yaakov Selkowitz
JonY, It has been brought to my attention that /usr/lib/w32api is now taking precedence over /usr/lib, which is a result of this commit: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=227962 https://github.com/gcc-mirror/gcc/commit/c1b7008c95f97dd7c11997e7be7be7b58d113db0 This is inco