[Bug 258377] lang/python3?: Disable detection of multiarch for Clang 13

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Sep 2021 07:34:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258377

--- Comment #3 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #2)
> Would an upstream --disable-multiarch or similar configure option or anything else be useful?

Probably; as jrtc27@ remarked yesterday already:

<@jrtc27> and surprised there's no configure option for it... having it always
inferred seems like a bad idea
<@jrtc27> would expect a normal --with-multiarch=(auto|triple) and
--without-multiarch set of options


> Also, can you confirm whether python27 is affected as well?

It has exactly the same configure.ac/configure parts, but doesn't actually seem
to *do* anything with the detected MULTIARCH variable, so it works out of the
box with clang 13. But maybe we can also patch it similarly, for the sake of
consistency. (And not bother submitting it upstream, as that no longer exists
;)

-- 
You are receiving this mail because:
You are the assignee for the bug.