autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to update config.guess?


From: Jeffrey Walton
Subject: Re: How to update config.guess?
Date: Mon, 1 Aug 2016 18:17:38 -0400

On Mon, Aug 1, 2016 at 6:06 PM, Václav Haisman <address@hidden> wrote:
> On 1 August 2016 at 23:58, Jeffrey Walton <address@hidden> wrote:
>> I'm trying to build a package from its release tarball. config.guess
>> appears to be misidentifying the platform, so I'd like to update it to
>> the latest version.
>>
>> How do I update config.guess?
>
> The upstream Git repository is there:
> http://git.savannah.gnu.org/gitweb/?p=config.git;a=summary

Thanks. I fetched config.guess with:

$ wget -O config.guess
"http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=562f3512b3911ba0c77a7f68214881d1f241f46e";

The issue seems to have gotten a little worse. Instead of a triplet, I
now have a quadruplet:

$ ./config.guess
armv7l-unknown-linux-gnueabihf

I'm guessing ARMv8 support is not quit where it needs to be.

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]