From e0241cdfdf60a53475e57214d5275f899085f535 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 29 Jan 2024 19:58:40 +0100 Subject: [PATCH] scripts/auto-bootstraps/dobootstrap: fix match for Darwin 8/9 Signed-off-by: Fabian Groffen --- scripts/auto-bootstraps/dobootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-bootstraps/dobootstrap b/scripts/auto-bootstraps/dobootstrap index 60ed9b69ea..45b37c5211 100755 --- a/scripts/auto-bootstraps/dobootstrap +++ b/scripts/auto-bootstraps/dobootstrap @@ -39,7 +39,7 @@ do_prepare() { local chost=$(${BASH} ${bootstrap} chost.guess x) case ${chost} in - powerpc*-*darwin[89]) + *-darwin[89]) # ppc64-darwin never really worked for unknown reasons # darwin9 (Leopard) doesn't work on Intel either bitw=32