From: John Levon <john.levon@xxxxxxxxxx> Signed-off-by: John Levon <john.levon@xxxxxxxxxx> --- target-x86.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-x86.c b/target-x86.c index 01d213ef..d770349c 100644 --- a/target-x86.c +++ b/target-x86.c @@ -29,6 +29,7 @@ static void predefine_i386(const struct target *self) { predefine("__i386__", 1, "1"); predefine("__i386", 1, "1"); + predefine_nostd("i386"); } const struct target target_i386 = { -- 2.23.0