Re: [PATCH] Remove extra lib directory from --with-advance-toolchain

2019-10-04 Thread Jeff Law
On 10/3/19 11:08 AM, Tulio Magno Quites Machado Filho wrote: > Remove the extra -L directory so that user directories specified at > build time have higher preference over the advance toolchain libraries. > > 2019-10-03 Tulio Magno Quites Machado Filho > > * config.gcc: Remove an extra -

Re: [PATCH] Remove extra lib directory from --with-advance-toolchain

2019-10-03 Thread Michael Meissner
On Thu, Oct 03, 2019 at 02:08:16PM -0300, Tulio Magno Quites Machado Filho wrote: > Remove the extra -L directory so that user directories specified at > build time have higher preference over the advance toolchain libraries. > > 2019-10-03 Tulio Magno Quites Machado Filho > > * config.

[PATCH] Remove extra lib directory from --with-advance-toolchain

2019-10-03 Thread Tulio Magno Quites Machado Filho
Remove the extra -L directory so that user directories specified at build time have higher preference over the advance toolchain libraries. 2019-10-03 Tulio Magno Quites Machado Filho * config.gcc: Remove an extra -L from --with-advance-toolchain. --- gcc/config.gcc | 6 ++ 1 file