Re: [PATCH] Adapt Linux x86_64 i686 test for Linux aarch64

2023-08-04 Thread David Allsopp
> I've applied a slightly different patch implementing this idea, > thanks for the suggestion. It's working perfectly, thank you! David

Re: [PATCH] Adapt Linux x86_64 i686 test for Linux aarch64

2023-08-01 Thread Dmitry V. Levin
On Thu, Jul 20, 2023 at 08:09:03PM +0100, David Allsopp wrote: > In the spirit of f56a7140, this patch uses the same idea to detect > 32-bit Raspberry Pi OS (which is a 64-bit kernel with 32-bit > userland). Before this patch, config.guess gives > aarch64-unknown-linux-gnu; with this patch it gives

[PATCH] Adapt Linux x86_64 i686 test for Linux aarch64

2023-07-20 Thread David Allsopp
In the spirit of f56a7140, this patch uses the same idea to detect 32-bit Raspberry Pi OS (which is a 64-bit kernel with 32-bit userland). Before this patch, config.guess gives aarch64-unknown-linux-gnu; with this patch it gives armv8l-unknown-linux-gnueabihf. 0001-Adapt-x86_64-i686-test-for-aarc