Merge "Specify -msse3 on host as on target."
This commit is contained in:
commit
c148cca661
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ ifneq ($(strip $(BUILD_HOST_64bit)),)
|
||||||
HOST_GLOBAL_CFLAGS += -m64
|
HOST_GLOBAL_CFLAGS += -m64
|
||||||
HOST_GLOBAL_LDFLAGS += -m64
|
HOST_GLOBAL_LDFLAGS += -m64
|
||||||
else
|
else
|
||||||
HOST_GLOBAL_CFLAGS += -m32
|
# We expect SSE3 floating point math.
|
||||||
|
HOST_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse -m32
|
||||||
HOST_GLOBAL_LDFLAGS += -m32
|
HOST_GLOBAL_LDFLAGS += -m32
|
||||||
endif # BUILD_HOST_64bit
|
endif # BUILD_HOST_64bit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue