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 dbarysh...@gmail.com: 2015-08-16 3:29 GMT+03:00 Khem Raj raj.k...@gmail.com: On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: 2015-08-15 22:34 GMT+03:00 Khem Raj raj.k...@gmail.com: On Jul 1, 2015, at 7:02

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 raj.k...@gmail.com: On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: 2015-08-15 22:34 GMT+03:00 Khem Raj raj.k...@gmail.com: On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Overriding

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 dbarysh...@gmail.com wrote: 2015-08-15 22:34 GMT+03:00 Khem Raj raj.k...@gmail.com: On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This

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 raj.k...@gmail.com: On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com 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

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 dbarysh...@gmail.com 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.

[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.