Your IP : 216.73.216.74


Current Path : /usr/share/cmake/Modules/Platform/Android/
Upload File :
Current File : //usr/share/cmake/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -march=armv6"
  )

if(CMAKE_ANDROID_ARM_MODE)
  string(APPEND _ANDROID_ABI_INIT_CFLAGS " -marm")
else()
  string(APPEND _ANDROID_ABI_INIT_CFLAGS " -mthumb")
endif()

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -mfloat-abi=softfp"
  )

include(Platform/Android/abi-common-Clang)