From eb3434c632b104aa6b3059f7074b05604e931e51 Mon Sep 17 00:00:00 2001 From: streaksu Date: Sat, 2 Dec 2023 21:31:23 +0100 Subject: [PATCH 2/2] config.guess: support running on Ironclad systems --- config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.guess b/config.guess index cdfc439..9b58a90 100755 --- a/config.guess +++ b/config.guess @@ -933,6 +933,9 @@ EOF i*:PW*:*) GUESS=$UNAME_MACHINE-pc-pw32 ;; + *:Ironclad:*:*) + GUESS=$UNAME_MACHINE-pc-ironclad + ;; *:SerenityOS:*:*) GUESS=$UNAME_MACHINE-pc-serenity ;; -- 2.43.0