Re: [OE-core] [PATCH v2] gcc-configure: Enable initfini-array

2016-09-20 Thread Khem Raj
On Mon, Sep 19, 2016 at 10:16 AM, Saul Wold wrote: > This adds the correct support for initfini-array which replaces .init > and .fini with .init-array and .fini-array. There is no appreciable > size difference with this change. > > The change is needed since configure will not correctly detect s

[OE-core] [PATCH v2] gcc-configure: Enable initfini-array

2016-09-19 Thread Saul Wold
This adds the correct support for initfini-array which replaces .init and .fini with .init-array and .fini-array. There is no appreciable size difference with this change. The change is needed since configure will not correctly detect support when building cross-compilers. Signed-off-by: Haitao