Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2024 05:05:59 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7e8f87ca2b9f - main - loader: Don't need the arch list
Message-ID:  <202411130505.4AD55xpk035928@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7e8f87ca2b9f9e50c5bcd8dbe03ef2b7d18a6574

commit 7e8f87ca2b9f9e50c5bcd8dbe03ef2b7d18a6574
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-11-13 05:01:24 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-11-13 05:01:24 +0000

    loader: Don't need the arch list
    
    MK_LOADER_KBOOT is already marked broken for these architectures, so I
    don't need an if too.
    
    Sponsored by:           Netflix
---
 stand/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/Makefile b/stand/Makefile
index 5d81e5f8a032..f5ce6ca3db71 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -37,9 +37,7 @@ INTERP_DEPENDS+=	lua
 .include <bsd.arch.inc.mk>
 
 S.${MK_EFI}+=		efi
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "powerpc64"
 S.${MK_LOADER_KBOOT}+=	kboot
-.endif
 S.${MK_LOADER_UBOOT}+=	uboot
 
 .if defined(LIB32LIST)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411130505.4AD55xpk035928>