Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 11:52:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 252759] WITHOUT_LIBCPLUSPLUS build option fails on usr.bin/dtc
Message-ID:  <bug-252759-227-fz15fwb8Lj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252759-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252759-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252759

Alex Richardson <arichardson@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arichardson@FreeBSD.org

--- Comment #4 from Alex Richardson <arichardson@FreeBSD.org> ---
IMO the check should be MK_CXX, since this is not related to libc++ vs
libstdc++ but rather having a C++ compiler plus standard library.

Since C++11 is required now, we could change:

.if ${COMPILER_FEATURES:Mc++11}
SUBDIR+=3D        dtc
.endif


to

SUBDIR.${MK_CXX}+=3D      dtc

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252759-227-fz15fwb8Lj>