| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hyperv: Build and install where supported | Warner Losh | 2023-02-01 | 1 | -5/+0 |
| | | | | | | | | | | | Remove the hard-coded dependency on HYPERV being only x86. Instead, 100% rely on MK_HYPERV. It's always right (since it's marked BROKEN (so set to "no") on architectures we don't support). Sponsored by: Netflix Reviewed by: bz Differential Revision: https://reviews.freebsd.org/D38306 | ||||
| * | HYPERV isn't available on all architectures, but just on by default | Warner Losh | 2014-10-16 | 1 | -0/+5 |
| for i386/amd64. Rather, it only works on i386/amd64 and should only be built there. Rather than change the default based on which architecutre, do things more directly by only building it on i386/amd64 and having it always on. This is how we handle other options that are relevant only for a few architectures. Notes: svn path=/head/; revision=273155 | |||||
