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:
parent
aa4612d133
commit
3e10556208
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user