From: John Levon <john.levon@xxxxxxxxxx> Signed-off-by: John Levon <john.levon@xxxxxxxxxx> --- lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.c b/lib.c index 3e9ad866..82e16ad8 100644 --- a/lib.c +++ b/lib.c @@ -1392,6 +1392,7 @@ static void predefined_macros(void) case MACH_I386: predefine("__i386__", 1, "1"); predefine("__i386", 1, "1"); + predefine_nostd("i386"); break; } -- 2.23.0