Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-18 Thread Dmitry Eremin-Solenikov
2015-08-17 18:30 GMT+03:00 Dmitry Eremin-Solenikov : > 2015-08-16 3:29 GMT+03:00 Khem Raj : >> On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov >> wrote: >>> 2015-08-15 22:34 GMT+03:00 Khem Raj : > On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov > wrote: > > Over

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-17 Thread Dmitry Eremin-Solenikov
2015-08-16 3:29 GMT+03:00 Khem Raj : > On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov > wrote: >> 2015-08-15 22:34 GMT+03:00 Khem Raj : >>> On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov wrote: Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. Thi

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-15 Thread Khem Raj
On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov wrote: > 2015-08-15 22:34 GMT+03:00 Khem Raj : >> >>> On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov >>> wrote: >>> >>> Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This >>> override disables multilib handling of tu

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-15 Thread Dmitry Eremin-Solenikov
2015-08-15 22:34 GMT+03:00 Khem Raj : > >> On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov >> wrote: >> >> Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This >> override disables multilib handling of tunes for TUNE_CCARGS, thus >> enforcing glibc's TUNE_CCARGS to the TUNE_CC

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-15 Thread Khem Raj
> On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov > wrote: > > Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This > override disables multilib handling of tunes for TUNE_CCARGS, thus > enforcing glibc's TUNE_CCARGS to the TUNE_CCARGS of main DEFAULTTUNE. > > Glibc perfect

[OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-07-01 Thread Dmitry Eremin-Solenikov
Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This override disables multilib handling of tunes for TUNE_CCARGS, thus enforcing glibc's TUNE_CCARGS to the TUNE_CCARGS of main DEFAULTTUNE. Glibc perfectly build without this override for both simple and multilib cases. Signed-off-