Update Makefile.inc1 dtc comment

We use the BSDL dtc by default now (as long as we're using a C++11
compiler).
This commit is contained in:
Ed Maste 2019-11-26 14:25:50 +00:00
parent aa4612d133
commit 3e10556208
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355109

View File

@ -2258,8 +2258,7 @@ ${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/libllvmminimal
${_bt}-usr.bin/clang/lldb-tblgen: ${_bt}-lib/clang/libllvmminimal
.endif
# Default to building the GPL DTC, but build the BSDL one if users explicitly
# request it.
# Build BSDL or GPL DTC depending on GPL_DTC option.
_dtc= usr.bin/dtc
.if ${MK_GPL_DTC} != "no"
_dtc= gnu/usr.bin/dtc