From 3f91d763e158ddba7630a628a6395d709ef66f32 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Tue, 21 Feb 2023 19:46:54 +0100 Subject: [PATCH] [machdeps] fix x86_64 json --- share/machdeps/machdep_x86_64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/machdeps/machdep_x86_64.json b/share/machdeps/machdep_x86_64.json index d90f095c7ef..b3b357f58cf 100644 --- a/share/machdeps/machdep_x86_64.json +++ b/share/machdeps/machdep_x86_64.json @@ -12,7 +12,7 @@ "alignof_str": 1, "char_is_unsigned": false, "compiler": "generic", - "cpp_arch_flags": "-m64", + "cpp_arch_flags": [ "-m64" ], "has__builtin_va_list": true, "little_endian": true, "ptrdiff_t": "long", -- GitLab