]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 353023: Fix the EMBEDFS_FORMAT helper variable for riscv64.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 25 Oct 2019 22:17:24 +0000 (22:17 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 25 Oct 2019 22:17:24 +0000 (22:17 +0000)
commitff82fc9d57fb3db2523ffe6870198563d4ff8781
tree058b5eac21f9da9f0f26ed45126f2b95617159de
parent3d8b7e8716df5626f651e57eb3ee3f96529716de
MFC 353023: Fix the EMBEDFS_FORMAT helper variable for riscv64.

It was defined with the wrong MACHINE_ARCH previously.  This permits
using an MFS image without defining MD_ROOT_SIZE which has various
benefits (one being that the build is able to treat the MFS image as
a dependency and properly re-link the kernel with the new image when
building with NO_CLEAN).
sys/conf/kern.pre.mk