diff options
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 4c03805..8cf1d5f 100644 --- a/config.def.h +++ b/config.def.h @@ -22,6 +22,9 @@ static char *preprocesscmd[] = { "-D", "__extension__=", "-D", "__attribute__(x)=", "-D", "__asm__(x)=", + + /* required for kernel headers */ + "-D", "__signed__=signed", }; static char *compilecmd[] = {"cc-qbe"}; static char *codegencmd[] = {"qbe"}; |