commit | c148cca6611c167115458453c250dd9e81b03dda | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Feb 27 18:15:49 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 27 18:15:50 2013 +0000 |
tree | a130c5b3fb50cfbb9c6b5aa691f7d7f81c6ba51a | |
parent | 93cdbd0b81e96649ebb789710429388c054bc377 [diff] | |
parent | 35a6b4fb65b17fbc698fbd0796eee89b7a06c5e9 [diff] |
Merge "Specify -msse3 on host as on target."
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