提交 058f16dd 编写于 作者: Z Zhang Rui

android/build: -mfloat-abi=soft workaround for exynos 4210 float point bug

for more detail
http://www.spinics.net/lists/arm-kernel/msg368418.html
上级 ad7bb80c
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
# -mfloat-abi=soft is a workaround for FP register corruption on Exynos 4210
# http://www.spinics.net/lists/arm-kernel/msg368418.html
LOCAL_CFLAGS += -mfloat-abi=soft
LOCAL_CFLAGS += -std=c99 LOCAL_CFLAGS += -std=c99
LOCAL_LDLIBS += -llog -landroid LOCAL_LDLIBS += -llog -landroid
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册