[PATCH] D52050: [Driver] Fix architecture triplets and search paths for Linux x32
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 2 09:17:21 PST 2020
jrtc27 added a comment.
In D52050#2428743 <https://reviews.llvm.org/D52050#2428743>, @hvdijk wrote:
> In D52050#2428735 <https://reviews.llvm.org/D52050#2428735>, @glaubitz wrote:
>
>> Hmm, I was pretty sure that autoconf can deal with x32 inside an x32 chroot.
>
> Most autoconf-using software won't be dealing with a copy of `config.guess` that was last updated in 2011. Updating that to a more recent version should also work. :)
Debian's config.guess supports x32, and the patch to do that in a way upstream was happy with finally landed earlier this year after being a long-standing issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52050/new/
https://reviews.llvm.org/D52050
More information about the cfe-commits
mailing list