Re: How to update config.guess?

2016-08-01 Thread Wookey
On 2016-08-01 17:58 -0400, Jeffrey Walton 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?

On distros a reasonably current version is normally available in the 
filesystem. On
Debian-based systems they are in:
/usr/share/misc/config.guess
/usr/share/misc/config.sub

(the package autotools-dev needs to be installed).

If building packages there are standard/recommended ways of updating
during the build, documented on https://wiki.debian.org/Autoreconf

It's also a good idea to prod upstream to update to recent versions to
save others this hassle.

Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/


signature.asc
Description: Digital signature
___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


Re: How to update config.guess?

2016-08-01 Thread Jeffrey Walton
On Mon, Aug 1, 2016 at 6:06 PM, Václav Haisman <vhais...@gmail.com> wrote:
> On 1 August 2016 at 23:58, Jeffrey Walton <noloa...@gmail.com> 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

___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


Re: How to update config.guess?

2016-08-01 Thread Václav Haisman
On 1 August 2016 at 23:58, Jeffrey Walton <noloa...@gmail.com> 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

___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


How to update config.guess?

2016-08-01 Thread Jeffrey Walton
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?

Thanks in advance.

Jeff

___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf