Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 09:43:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253621] Arch-specific OPTIONS not handled by OPTIONS_SUB
Message-ID:  <bug-253621-7788-wIlLa0C2KO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253621-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253621-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253621

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
(In reply to Mathieu Arnold from comment #1)
> The problem is that the ports tree can know which architectures is
> currently running, but it has no idea of what architectures are
> currently not running.

I do not see how this is a real problem though. FreeBSD does not support
that many archs. The available archs can just be enumerated once and
then you have a way of determining which archs you are not running.

Here is the list of archs I have hardcoded in portfmt:
aarch64
amd64
arm
armv6
armv7
i386
mips
mips64
mips64el
mips64elhf
mips64hf
mipsel
mipselhf
mipshf
mipsn32
powerpc
powerpc64
powerpc64le
powerpcspe
riscv64
riscv64sf
sparc64

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253621-7788-wIlLa0C2KO>