From 5e2f254bcb505da063ba541b25df2c3f567b5517 Mon Sep 17 00:00:00 2001 From: streaksu Date: Sat, 2 Dec 2023 21:30:25 +0100 Subject: [PATCH] config.sub: recognize ironclad OS * config.sub ($os == ironclad*): Recognize. * doc/config.sub.1: Regenerate. * testsuite/config-sub.data (x86_64-ironclad): New entry. Signed-off-by: Dmitry V. Levin --- config.sub | 4 ++-- doc/config.sub.1 | 2 +- testsuite/config-sub.data | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.sub b/config.sub index 3b70f0c..39bf2c0 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2023-10-29' +timestamp='2023-12-02' # 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 @@ -1767,7 +1767,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* ) + | fiwix* | mlibc* | cos* | mbr* | ironclad* ) ;; # This one is extra strict with allowed versions sco3.2v2 | sco3.2v[4-9]* | sco5v6*) diff --git a/doc/config.sub.1 b/doc/config.sub.1 index 4badf8b..a041e25 100644 --- a/doc/config.sub.1 +++ b/doc/config.sub.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH CONFIG.SUB "1" "October 2023" "GNU config.sub (2023-10-19)" "User Commands" +.TH CONFIG.SUB "1" "December 2023" "GNU config.sub (2023-12-02)" "User Commands" .SH NAME config.sub \- validate and canonicalize a configuration triplet .SH SYNOPSIS diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 71fb289..994010b 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -884,6 +884,7 @@ x86_64-ericsson-dicos x86_64-ericsson-dicos 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-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