Date: Sat, 20 Jul 2024 18:48:44 +0200 From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= <mikael@FreeBSD.org> To: Jan Beich <jbeich@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 7b0c8167940b - main - net/ntpd-rs: mark as broken on i386 Message-ID: <85723896-9eac-4377-b0d9-79911664eedf@FreeBSD.org> In-Reply-To: <bk2s-f4r1-wny@FreeBSD.org> References: <202407201533.46KFXTm2012293@gitrepo.freebsd.org> <bk2s-f4r1-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7/20/24 17:43, Jan Beich wrote: > Mikael Urankar <mikael@FreeBSD.org> writes: > >> +NOT_FOR_ARCHS= i386 >> +NOT_FOR_ARCHS_REASON= the ring crate requires SSE2 instruction on intel cpu > Why not pass -C target-feature=+sse2 like games/jumpy instead? Per [1] we are supposed to target Pentium Pro / Pentium II (i686), sse2 is not available on these cpus. This is enforced in our rust ports with [2]. [1] https://www.freebsd.org/platforms/i386/ [2] https://github.com/freebsd/freebsd-ports/blob/main/lang/rust/files/patch-compiler_rustc__target_src_spec_targets_i686__unknown__freebsd.rs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85723896-9eac-4377-b0d9-79911664eedf>