Re: [OE-core] [PATCH] gcc-configure: Enable the use of different symbol versioning

2020-01-19 Thread Alejandro Enedino Hernandez Samaniego
Hey Khem, On Sun, Jan 19, 2020, 4:22 PM Khem Raj wrote: > On Sat, Jan 18, 2020 at 7:02 PM Alejandro Enedino Hernandez Samaniego > wrote: > > > > While the gnu style for symbol versioning is the most usual, > > --enable-symvers[=style] can be provided several values, > > gnu, gnu-versioned-names

Re: [OE-core] [PATCH] gcc-configure: Enable the use of different symbol versioning

2020-01-19 Thread Khem Raj
On Sat, Jan 18, 2020 at 7:02 PM Alejandro Enedino Hernandez Samaniego wrote: > > While the gnu style for symbol versioning is the most usual, > --enable-symvers[=style] can be provided several values, > gnu, gnu-versioned-namespace, darwin, darwin-export, and sun, > depending on users needs. > > I

[OE-core] [PATCH] gcc-configure: Enable the use of different symbol versioning

2020-01-18 Thread Alejandro Enedino Hernandez Samaniego
While the gnu style for symbol versioning is the most usual, --enable-symvers[=style] can be provided several values, gnu, gnu-versioned-namespace, darwin, darwin-export, and sun, depending on users needs. Introduce the SYMVERS_CONF variable to allow the user to configure the symbol versioning in