tech-pkg archive

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

Re: build-issues with Q3 on netbsd-6-0 (GCC_REQD, c++11..)



On Tue, Oct 10, 2017 at 06:06:32PM +0200, Edgar Fuß wrote:
> > No. It must be a global setting to work properly. I.e. in mk.conf before
> > any C++ packages are installed (including libtool).
> I tried to wrap the GCC_REQD in !empty(USE_LANGAUGES:Mc++*), but that didn't 
> trigger. Is there a way to force GCC only for C++? I don't see the point in 
> building my C packages with GCC 6 if I only need it for C++(11).

That likely doesn't work because USE_LANGUAGES is often not set before
the first bsd.prefs.mk include.

Joerg


Home | Main Index | Thread Index | Old Index