commit | 4febec12272a90456c5216cc10ccc059ba11552d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 19 01:00:33 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 19 01:00:33 2014 +0000 |
tree | 689dc6aa74e4fa764f1d823938e2cf07592a3acc | |
parent | f1ad4d2d2eea9952963fd52fa56e9ab16b108618 [diff] | |
parent | 4aa263f2bea8ba98755096efef95fb32be2d409c [diff] |
Merge "x86: set -msse2 for all builds"
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))