Date: Fri, 28 Oct 2022 08:59:32 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Warner Losh <imp@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 8e9a651acbe5 - main - hyperv: Don't build on 32-bit arm Message-ID: <58c8b7f5-3aba-96fa-5bc0-72dda9f0e812@FreeBSD.org> In-Reply-To: <202210271922.29RJM7N0045526@gitrepo.freebsd.org> References: <202210271922.29RJM7N0045526@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/27/22 12:22 PM, Warner Losh wrote: > The branch main has been updated by imp: > > URL: https://cgit.FreeBSD.org/src/commit/?id=8e9a651acbe523f03b22d9c19c0315f686eb14d6 > > commit 8e9a651acbe523f03b22d9c19c0315f686eb14d6 > Author: Warner Losh <imp@FreeBSD.org> > AuthorDate: 2022-10-27 19:18:52 +0000 > Commit: Warner Losh <imp@FreeBSD.org> > CommitDate: 2022-10-27 19:18:52 +0000 > > hyperv: Don't build on 32-bit arm > > Sponsored by: Netflix > --- > sys/modules/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sys/modules/Makefile b/sys/modules/Makefile > index 5d6f8a352a86..d7aa34ca7611 100644 > --- a/sys/modules/Makefile > +++ b/sys/modules/Makefile > @@ -659,6 +659,8 @@ _sdhci_fdt= sdhci_fdt > .endif > _e6000sw= e6000sw > _neta= neta > +.endif > +.if ${MACHINE_CPUARCH} == "aarch64" > _hyperv= hyperv > .endif Hmm, maybe move it up to the existing aarch64-only section above this? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?58c8b7f5-3aba-96fa-5bc0-72dda9f0e812>