Make sure the memory barrier functions are always available, and now they are implemented on Android __ARM_ARCH_5TE__

This commit is contained in:
Sam Lantinga
2017-02-10 11:21:15 -08:00
parent 9171f71dbe
commit 06ccb71bcd
5 changed files with 22 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ LOCAL_SRC_FILES := \
$(wildcard $(LOCAL_PATH)/src/audio/*.c) \
$(wildcard $(LOCAL_PATH)/src/audio/android/*.c) \
$(wildcard $(LOCAL_PATH)/src/audio/dummy/*.c) \
$(LOCAL_PATH)/src/atomic/SDL_atomic.c \
$(LOCAL_PATH)/src/atomic/SDL_atomic.c.arm \
$(LOCAL_PATH)/src/atomic/SDL_spinlock.c.arm \
$(wildcard $(LOCAL_PATH)/src/core/android/*.c) \
$(wildcard $(LOCAL_PATH)/src/cpuinfo/*.c) \