Date: Fri, 02 Feb 2024 15:27:59 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 276249] lang/python311: Fix armv7 build Message-ID: <bug-276249-21822-mRp87osr6J@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276249-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-276249-21822@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=3D276249 --- Comment #16 from Brad Davis <brd@FreeBSD.org> --- It *might* be better to use something like this: USES=3D compiler:features .if ${CHOSEN_COMPILER_TYPE} =3D=3D "clang" && ${COMPILER_VERSION} =3D=3D 17 OPTIONS_EXCLUDE_armv7=3D LTO .endif Since it would avoid it for people using GCC or a different version of clang ... Thoughts? And I hope the bug in clang17 is fixed at some point and this can be removed --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276249-21822-mRp87osr6J>