From: Matthias Braun Date: Wed, 4 Jun 2008 17:03:44 +0000 (+0000) Subject: we're compiling 32bit, use -m32 for cpp X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=49925fff6457e0caab3dad5dd4446c08078eca13;p=cparser we're compiling 32bit, use -m32 for cpp [r19982] --- diff --git a/main.c b/main.c index d94549a..4eecd4c 100644 --- a/main.c +++ b/main.c @@ -79,7 +79,7 @@ #include "warning.h" #ifndef PREPROCESSOR -#define PREPROCESSOR "cpp -std=c99 -U__WCHAR_TYPE__ -D__WCHAR_TYPE__=int" +#define PREPROCESSOR "cpp -std=c99 -U__WCHAR_TYPE__ -D__WCHAR_TYPE__=int -m32" #endif #ifndef LINKER