commit | 08d56b4a1049fe4b4d3a01e2087f371fdeefaf84 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Thu Feb 28 17:23:54 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 28 17:23:55 2013 +0000 |
tree | 43b3e794f48e60c65728eec4340cea3acacd52ea | |
parent | c148cca6611c167115458453c250dd9e81b03dda [diff] | |
parent | 65307c065f4233fbaf94ad5ddd13323519af08f4 [diff] |
Merge "CTS: work around ClassLoader limitation"
diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk index 3001f59..2d586a3 100644 --- a/core/combo/HOST_linux-x86.mk +++ b/core/combo/HOST_linux-x86.mk
@@ -40,7 +40,8 @@ HOST_GLOBAL_CFLAGS += -m64 HOST_GLOBAL_LDFLAGS += -m64 else -HOST_GLOBAL_CFLAGS += -m32 +# We expect SSE3 floating point math. +HOST_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse -m32 HOST_GLOBAL_LDFLAGS += -m32 endif # BUILD_HOST_64bit