tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gcc8 and "fatal error: had to relocate PCH" with boost-libs



On Mon, Oct 29, 2018 at 04:18:21AM +0000, maya%netbsd.org@localhost wrote:
> Nice. I lacked a way to reproduce the PCH problems, which makes
> it hard to update the patch and push it upstream.
> 
> for boost-libs we have:
> .if ${OPSYS} == "NetBSD" && ((${MACHINE_ARCH} == "i386") || (!empty(MACHINE_ARCH:Mearm*) && !empty(PKGSRC_COMPILER:Mgcc)))
> BJAM_ARGS+=		pch=off
> .endif
> 
> But maybe it needs to be all netbsd.

Can we just use the existing + working gcc fix instead?

Martin


Home | Main Index | Thread Index | Old Index