mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 13:18:21 +12:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user