> I've applied a slightly different patch implementing this idea,
> thanks for the suggestion.
It's working perfectly, thank you!
David
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
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