Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-12-05 Thread Fāng-ruì Sòng via Gcc-patches
On Sun, Dec 5, 2021 at 6:43 AM Richard Purdie via Gcc-patches wrote: > > On Thu, 2021-12-02 at 20:04 -0700, Jeff Law wrote: > > > > On 10/28/2021 10:39 AM, Richard Purdie wrote: > > > On Thu, 2021-10-28 at 08:51 -0600, Jeff Law wrote: > > > > On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches w

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-12-05 Thread Richard Purdie via Gcc-patches
On Thu, 2021-12-02 at 20:04 -0700, Jeff Law wrote: > > On 10/28/2021 10:39 AM, Richard Purdie wrote: > > On Thu, 2021-10-28 at 08:51 -0600, Jeff Law wrote: > > > On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches wrote: > > > > OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-12-02 Thread Jeff Law via Gcc-patches
On 10/28/2021 10:41 AM, Richard Purdie via Gcc-patches wrote: On Wed, 2021-10-27 at 22:56 +0200, Bernhard Reutner-Fischer wrote: On Wed, 27 Oct 2021 21:05:03 +0100 Richard Purdie via Gcc-patches wrote: OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries separately

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-12-02 Thread Jeff Law via Gcc-patches
On 10/28/2021 10:39 AM, Richard Purdie wrote: On Thu, 2021-10-28 at 08:51 -0600, Jeff Law wrote: On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches wrote: OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries separately from the compiler and slightly differently to

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-10-28 Thread Richard Purdie via Gcc-patches
On Wed, 2021-10-27 at 22:56 +0200, Bernhard Reutner-Fischer wrote: > On Wed, 27 Oct 2021 21:05:03 +0100 > Richard Purdie via Gcc-patches wrote: > > > OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries > > separately from the compiler and slightly differently to the stand

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-10-28 Thread Richard Purdie via Gcc-patches
On Thu, 2021-10-28 at 08:51 -0600, Jeff Law wrote: > > On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches wrote: > > OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries > > separately from the compiler and slightly differently to the standard gcc > > build. > > > > In

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-10-28 Thread Jeff Law via Gcc-patches
On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches wrote: OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries separately from the compiler and slightly differently to the standard gcc build. In general this works well but in trying to build them separately we run i

Re: [PATCH 3/5] gcc: Add --nostdlib++ option

2021-10-27 Thread Bernhard Reutner-Fischer via Gcc-patches
On Wed, 27 Oct 2021 21:05:03 +0100 Richard Purdie via Gcc-patches wrote: > OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries > separately from the compiler and slightly differently to the standard gcc > build. > > In general this works well but in trying to build them

[PATCH 3/5] gcc: Add --nostdlib++ option

2021-10-27 Thread Richard Purdie via Gcc-patches
OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries separately from the compiler and slightly differently to the standard gcc build. In general this works well but in trying to build them separately we run into an issue since we're using our gcc, not xgcc and there is no w