we're compiling 32bit, use -m32 for cpp
authorMatthias Braun <matze@braunis.de>
Wed, 4 Jun 2008 17:03:44 +0000 (17:03 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 4 Jun 2008 17:03:44 +0000 (17:03 +0000)
[r19982]

main.c

diff --git a/main.c b/main.c
index d94549a..4eecd4c 100644 (file)
--- 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