diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 5bfcda4a56..28c031d726 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -104,7 +104,7 @@ TARGET_GLOBAL_CPPFLAGS += \ # however, there have been reports that this is sometimes not the case. So make # them explicit here unless we have the time to carefully check it # -TARGET_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse +TARGET_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse -m32 # XXX: These flags should not be defined here anymore. Instead, the Android.mk # of the modules that depend on these features should instead check the