am c148cca6: Merge "Specify -msse3 on host as on target."

* commit 'c148cca6611c167115458453c250dd9e81b03dda':
  Specify -msse3 on host as on target.
This commit is contained in:
Ian Rogers
2013-02-27 11:02:42 -08:00
committed by Android Git Automerger

View File

@@ -40,7 +40,8 @@ ifneq ($(strip $(BUILD_HOST_64bit)),)
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