b22294bc41
Initialize the CMAKE_{C,CXX}_FLAGS{,_<CONFIG>} cache entries with flags for each ABI as specified by NDK toolchain `setup.mk` files.
7 lines
160 B
CMake
7 lines
160 B
CMake
# <ndk>/build/core/toolchains/mipsel-linux-android-4.9/setup.mk
|
|
string(APPEND _ANDROID_ABI_INIT_CFLAGS
|
|
" -fpic"
|
|
)
|
|
|
|
include(Platform/Android/abi-common-GNU)
|