https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252759

Alex Richardson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Alex Richardson <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to