From 00c3a1a1bbc9939ce4cede553c44d86c2ce0a8ec Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Wed, 22 Feb 2023 17:03:33 +0100
Subject: [PATCH] [machdep] ppc_32 targets linux and not darwin

---
 share/machdeps/machdep_ppc_32.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/share/machdeps/machdep_ppc_32.json b/share/machdeps/machdep_ppc_32.json
index 1a47569605b..610cbb38fab 100644
--- a/share/machdeps/machdep_ppc_32.json
+++ b/share/machdeps/machdep_ppc_32.json
@@ -6,21 +6,21 @@
     "alignof_int": 4,
     "alignof_long": 4,
     "alignof_longdouble": 16,
-    "alignof_longlong": 4,
+    "alignof_longlong": 8,
     "alignof_ptr": 4,
     "alignof_short": 2,
     "alignof_str": 1,
-    "char_is_unsigned": false,
+    "char_is_unsigned": true,
     "compiler": "clang",
     "cpp_arch_flags": [
         "-target",
-        "powerpc-apple-darwin",
+        "powerpc-apple-linux",
         "-mcpu=603"
     ],
-    "has__builtin_va_list": false,
+    "has__builtin_va_list": true,
     "little_endian": false,
     "ptrdiff_t": "int",
-    "size_t": "unsigned long",
+    "size_t": "unsigned int",
     "sizeof_double": 8,
     "sizeof_float": 4,
     "sizeof_fun": 1,
-- 
GitLab