]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347445, r353961: dtc build issues
authorKyle Evans <kevans@FreeBSD.org>
Fri, 21 Feb 2020 04:38:59 +0000 (04:38 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 21 Feb 2020 04:38:59 +0000 (04:38 +0000)
commit9e6e66b317dbabbece52a4495aa96ba9bac09c8a
tree6f21c950251e070afc5e9e51cfb2548af646e020
parenta9748867659a4e0b58647e718c28bc94527f68df
MFC r347445, r353961: dtc build issues

r347445:
Fix build issue with clang 8.0.1

The algorithm header is needed to use std::remove_if

r353961:
exit requires stdlib.h to be included to use.

FreeBSD 10.3 requires this, and dtc is a bootstrap tool so it needs to
compile
there.
usr.bin/dtc/dtb.cc
usr.bin/dtc/fdt.hh