Re: [PATCH] Fix PR 67102: Add libstdc++ dependancy to libffi

2022-01-25 Thread Thomas Schwinge
Hi! On 2021-09-17T01:01:39-0700, Andrew Pinski via Gcc-patches wrote: > On Fri, Sep 17, 2021 at 12:46 AM Thomas Schwinge > wrote: >> First, I appreciate you working through all these old PRs! >> >> >> On 2021-09-15T13:56:37-0700, apinski--- via Gcc-patches >> wrote: >> > The error message is

Re: [PATCH] Fix PR 67102: Add libstdc++ dependancy to libffi

2021-09-17 Thread Andrew Pinski via Gcc-patches
On Fri, Sep 17, 2021 at 12:46 AM Thomas Schwinge wrote: > > Hi Andrew! > > First, I appreciate you working through all these old PRs! > > > On 2021-09-15T13:56:37-0700, apinski--- via Gcc-patches > wrote: > > The error message is obvious -funconfigured-libstdc++-v3 is used > > on the g++ command

Re: [PATCH] Fix PR 67102: Add libstdc++ dependancy to libffi

2021-09-17 Thread Thomas Schwinge
Hi Andrew! First, I appreciate you working through all these old PRs! On 2021-09-15T13:56:37-0700, apinski--- via Gcc-patches wrote: > The error message is obvious -funconfigured-libstdc++-v3 is used > on the g++ command line. So we just add the dependancy. > --- a/Makefile.def > +++ b/Makef

Re: [PATCH] Fix PR 67102: Add libstdc++ dependancy to libffi

2021-09-16 Thread Jeff Law via Gcc-patches
On 9/15/2021 2:56 PM, apinski--- via Gcc-patches wrote: From: Andrew Pinski The error message is obvious -funconfigured-libstdc++-v3 is used on the g++ command line. So we just add the dependancy. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. ChangeLog: * M