commit | 4aa263f2bea8ba98755096efef95fb32be2d409c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Feb 18 15:49:48 2014 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Feb 18 15:49:48 2014 -0800 |
tree | 068e5cb7993532de97727302aea894c167d67264 | |
parent | 872d3c2c6a07e4f1c171439449727a870dfaa59d [diff] [blame] |
x86: set -msse2 for all builds All supported x86 processors have SSE2. Change-Id: Ib4a0511c456fe3185b0b902390860ad557aeedcf
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index baf4f3f..8959e64 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk
@@ -125,6 +125,7 @@ -funwind-tables \ -fstack-protector \ -m32 \ + -msse2 \ -include $(android_config_h) \ -I $(dir $(android_config_h))