mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
config.sub: recognize L4Re OS
* config.sub ($os == l4re*): Recognize. * doc/config.sub.1: Regenerate. * testsuite/config-sub.data (aarch64-unknown-l4re, x86_64-pc-l4re): New entries. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
5d8be4275f
commit
2734c47247
4
config.sub
vendored
4
config.sub
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
||||
|
||||
timestamp='2024-02-24'
|
||||
timestamp='2024-03-12'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -1768,7 +1768,7 @@ case $os in
|
||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
||||
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
|
||||
| fiwix* | mlibc* | cos* | mbr* | ironclad* | ohos* )
|
||||
| fiwix* | mlibc* | cos* | mbr* | ironclad* | ohos* | l4re* )
|
||||
;;
|
||||
# This one is extra strict with allowed versions
|
||||
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
|
||||
.TH CONFIG.SUB "1" "February 2024" "GNU config.sub (2024-02-24)" "User Commands"
|
||||
.TH CONFIG.SUB "1" "March 2024" "GNU config.sub (2024-03-12)" "User Commands"
|
||||
.SH NAME
|
||||
config.sub \- validate and canonicalize a configuration triplet
|
||||
.SH SYNOPSIS
|
||||
|
@ -15,6 +15,7 @@ aarch64 aarch64-unknown-none
|
||||
aarch64-bme aarch64-unknown-bme
|
||||
aarch64-elf aarch64-unknown-elf
|
||||
aarch64-genode aarch64-unknown-genode
|
||||
aarch64-l4re aarch64-unknown-l4re
|
||||
aarch64-linux aarch64-unknown-linux-gnu
|
||||
aarch64-linux-mlibc aarch64-unknown-linux-mlibc
|
||||
aarch64-linux-ohos aarch64-unknown-linux-ohos
|
||||
@ -889,6 +890,7 @@ x86_64-fuchsia x86_64-pc-fuchsia
|
||||
x86_64-genode x86_64-pc-genode
|
||||
x86_64-glidix x86_64-pc-glidix
|
||||
x86_64-ironclad x86_64-pc-ironclad
|
||||
x86_64-l4re x86_64-pc-l4re
|
||||
x86_64-linux-llvm x86_64-pc-linux-llvm
|
||||
x86_64-linux-mlibc x86_64-pc-linux-mlibc
|
||||
x86_64-linux-relibc x86_64-pc-linux-relibc
|
||||
|
Loading…
x
Reference in New Issue
Block a user