[PATCH] D52050: [Driver] Fix architecture triplets and search paths for Linux x32
John Paul Adrian Glaubitz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 2 09:17:04 PST 2020
glaubitz 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. :)
Ah, yes, that actually explains the problem :). Thanks a lot!
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