Merge "x86: set -msse2 for all builds"

This commit is contained in:
Colin Cross 2014-02-19 01:00:33 +00:00 committed by Gerrit Code Review
commit 4febec1227

View file

@ -125,6 +125,7 @@ TARGET_GLOBAL_CFLAGS += \
-funwind-tables \ -funwind-tables \
-fstack-protector \ -fstack-protector \
-m32 \ -m32 \
-msse2 \
-include $(android_config_h) \ -include $(android_config_h) \
-I $(dir $(android_config_h)) -I $(dir $(android_config_h))