Merge pull request #18 from a1batross/a1batross-patch-2
Enable _hardfp postfix on armv7 hardfp
This commit is contained in:
commit
9613440a26
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ include $(XASH3D_CONFIG)
|
||||||
|
|
||||||
LOCAL_MODULE := yapb
|
LOCAL_MODULE := yapb
|
||||||
|
|
||||||
|
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a-hard)
|
||||||
|
LOCAL_MODULE_FILENAME = libyapb_hardfp
|
||||||
|
endif
|
||||||
|
|
||||||
LOCAL_CONLYFLAGS += -std=c99
|
LOCAL_CONLYFLAGS += -std=c99
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include \
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include \
|
||||||
$(LOCAL_PATH)/../include/engine
|
$(LOCAL_PATH)/../include/engine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue