From 6dcfdce9b40e287e3815645fd8bcfb3f9f4a7093 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 26 Dec 2015 21:32:23 +0000 Subject: [PATCH] fcc: add __FUZIX__ --- Library/tools/fcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/tools/fcc.c b/Library/tools/fcc.c index 9ed827d8..1a504e93 100644 --- a/Library/tools/fcc.c +++ b/Library/tools/fcc.c @@ -378,6 +378,7 @@ static void build_command(void) if (opt == NULL || optcode < 3) add_argument("--opt-code-size"); /* Macros */ + add_argument("-D__FUZIX__"); /* Suppress the warnings when sharing code across architectures */ add_argument("-Ddouble=float"); /* User provided macros */ -- 2.34.1