From c825644c89b2bb251bece7539464b8ff80b8b52a Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Mon, 24 Jun 2024 21:18:11 +0800
Subject: [PATCH] chez/support.ss: support macOS PowerPC

---
 support/chez/support.ss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git support/chez/support.ss support/chez/support.ss
index 075b4efac..cdcb380ac 100644
--- support/chez/support.ss
+++ support/chez/support.ss
@@ -4,7 +4,7 @@
     [(i3ob ti3ob a6ob ta6ob tarm64ob) "unix"]  ; OpenBSD
     [(i3fb ti3fb a6fb ta6fb tarm64fb) "unix"]  ; FreeBSD
     [(i3nb ti3nb a6nb ta6nb tarm64nb) "unix"]  ; NetBSD
-    [(i3osx ti3osx a6osx ta6osx tarm64osx) "darwin"]
+    [(i3osx ti3osx a6osx ta6osx tarm64osx tppc32osx tppc64osx) "darwin"]
     [(i3nt ti3nt a6nt ta6nt tarm64nt) "windows"]
     [else "unknown"]))
 
