config.guess (aarch64:Linux:*:*): Detect 32-bit ABI

On x86_64 Linux, a C compiler producing 32bit code causes the guessed
CPU to be changed to i686.

Adapt this approach for aarch64 Linux, i.e. change the guessed CPU
to armv8l when a compiler producing arm eabi code is detected.

* config.guess (aarch64:Linux:*:*): Test for the 32-bit ABI.
* doc/config.guess.1: Regenerate.

Suggested-by: David Allsopp <david.allsopp@metastack.com>
This commit is contained in:
Dmitry V. Levin
2023-07-20 16:40:00 +00:00
parent 602766470c
commit af8d803a82
2 changed files with 23 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH CONFIG.GUESS "1" "July 2023" "GNU config.guess (2023-07-19)" "User Commands"
.TH CONFIG.GUESS "1" "July 2023" "GNU config.guess (2023-07-20)" "User Commands"
.SH NAME
config.guess \- guess the build system triplet
.SH SYNOPSIS