mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
config.guess: recognize ironclad OS
* config.guess (*:Ironclad:*:*): Recognize. * doc/config.guess.1: Regenerate. * testsuite/config-guess.data (x86_64-unknown-ironclad): New entry. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
5e2f254bcb
commit
ee6ea2f13b
3
config.guess
vendored
3
config.guess
vendored
@ -1595,6 +1595,9 @@ EOF
|
||||
*:Unleashed:*:*)
|
||||
GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
|
||||
;;
|
||||
*:Ironclad:*:*)
|
||||
GUESS=$UNAME_MACHINE-unknown-ironclad
|
||||
;;
|
||||
esac
|
||||
|
||||
# Do we have a guess based on uname results?
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
|
||||
.TH CONFIG.GUESS "1" "October 2023" "GNU config.guess (2023-10-19)" "User Commands"
|
||||
.TH CONFIG.GUESS "1" "December 2023" "GNU config.guess (2023-10-19)" "User Commands"
|
||||
.SH NAME
|
||||
config.guess \- guess the build system triplet
|
||||
.SH SYNOPSIS
|
||||
|
@ -149,4 +149,5 @@ x86_64 | 2.6.32 | Linux | ignored | ignored | x86_64-pc-linux-gnu
|
||||
x86_64 | 2.6.32 | VMkernel | ignored | ignored | x86_64-unknown-esx
|
||||
x86_64 | 8.0 | OS108 | ignored | ignored | x86_64-unknown-os108_8.0
|
||||
x86_64 | ignored | Managarm | ignored | ignored | x86_64-pc-managarm-mlibc
|
||||
x86_64 | ignored | Ironclad | ignored | ignored | x86_64-unknown-ironclad
|
||||
xtensa | 2.6.15 | Linux | ignored | ignored | xtensa-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user