src.opts.mk: Style nits, remove obsolete comment
Reviewed by: imp, markj, jhb Differential Revision: https://reviews.freebsd.org/D51902
This commit is contained in:
@@ -296,9 +296,9 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF LLVM_TARGET_MIPS
|
|||||||
.include <bsd.compiler.mk>
|
.include <bsd.compiler.mk>
|
||||||
|
|
||||||
.if ${__T} == "i386" || ${__T} == "amd64"
|
.if ${__T} == "i386" || ${__T} == "amd64"
|
||||||
__DEFAULT_NO_OPTIONS += FDT
|
__DEFAULT_NO_OPTIONS+=FDT
|
||||||
.else
|
.else
|
||||||
__DEFAULT_YES_OPTIONS += FDT
|
__DEFAULT_YES_OPTIONS+=FDT
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${__T:Marm*} == "" && ${__T:Mriscv64*} == ""
|
.if ${__T:Marm*} == "" && ${__T:Mriscv64*} == ""
|
||||||
@@ -519,8 +519,4 @@ MK_${vv:H}:= ${MK_${vv:T}}
|
|||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
#
|
|
||||||
# Set defaults for the MK_*_SUPPORT variables.
|
|
||||||
#
|
|
||||||
|
|
||||||
.endif # !target(__<src.opts.mk>__)
|
.endif # !target(__<src.opts.mk>__)
|
||||||
|
|||||||
Reference in New Issue
Block a user