[Bug 252759] WITHOUT_LIBCPLUSPLUS build option fails on usr.bin/dtc
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 19 11:53:00 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252759
Alex Richardson <arichardson at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arichardson at FreeBSD.org
--- Comment #4 from Alex Richardson <arichardson at 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+= dtc
.endif
to
SUBDIR.${MK_CXX}+= dtc
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list