This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR target/85904: Fix configure when cross compiling for netbsd
- From: coypu at sdf dot org
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 24 May 2018 18:43:50 +0000
- Subject: Re: [PATCH] PR target/85904: Fix configure when cross compiling for netbsd
- References: <20180524131430.GA3511@SDF.ORG> <20180524151414.GA2724@redhat.com> <20180524173125.GZ7974@redhat.com>
On Thu, May 24, 2018 at 06:31:25PM +0100, Jonathan Wakely wrote:
> On 24/05/18 16:14 +0100, Jonathan Wakely wrote:
> > On 24/05/18 13:14 +0000, coypu@sdf.org wrote:
> > > In the past I was asked to post bugzilla patches here. I am doing this.
> > > It fixes a build failure.
> > >
> > > PR target/85904
> > > libstdc++-v3/crossconfig.m4: test for aligned_alloc on netbsd
> > > libstdc++-v3/configure: Regenerate
> > >
> > > Attached is patch.
> >
> > Thanks for the patch. We made a similar fix for FreeBSD recently, so
> > I'll commit this for you.
>
> For consistency with freebsd and mingw what I committed to trunk has
> the AC_CHECK_FUNCS at the end of the netbsd section. Could you check
> it still works please? (I'm unable to build a netbsd cross-compiler
> for some reason).
It works, thank you!