[Bug 294399] Mk/bsd.options.mk: add OPTIONS_RADIO_${NAME}_${ARCH} support
Date: Fri, 01 May 2026 08:19:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294399
--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=6a08bd33c6b12d1812dc5ec50aa24dfd6115913d
commit 6a08bd33c6b12d1812dc5ec50aa24dfd6115913d
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2026-04-10 21:27:45 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2026-05-01 08:18:35 +0000
Mk/bsd.options.mk: add OPTIONS_RADIO_${NAME}_${ARCH} support
This is similar to OPTIONS_DEFINE_${ARCH}, allowing radios to
be dependent on ${ARCH} too, useful for ports that requires
the user to choose exactly one execution backend or firmware
payload, where the available choices depend on the architecture
(for example, choosing between specific JIT backends on amd64
versus a different set of backends on aarch64), etc.
PR: ports/294399
Approved by: portmgr (mat)
Mk/bsd.options.mk | 11 +++++++++++
1 file changed, 11 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.