Lines Matching refs:in
5 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright notice,
12 # this list of conditions and the following disclaimer in the documentation
121 # ANDROID_SO_UNDEFINED=OFF - set ON to allow undefined symbols in shared
163 # android-cmake toolchain searches for NDK/toolchain in the following order:
171 # Make sure to do the following in your scripts:
201 # inherit settings in recursive loads
393 #try to find Android NDK in one of the the default locations
407 #try to find Android standalone toolchain in one of the the default locations
454 or put the toolchain or NDK in the default path:
619 …message( FATAL_ERROR "Could not find any working toolchain in the NDK. Probably your Android NDK i…
742 …message( FATAL_ERROR "Specified toolchain \"${ANDROID_TOOLCHAIN_NAME}\" is missing in your NDK or …
871 …s. The files provided with NDK r7b were not configured properly, resulting in crashes on Tegra2-ba…
932 message( FATAL_ERROR "The required libstdsupc++.a is missing in your standalone toolchain.
933 Usually it happens because of bug in make-standalone-toolchain.sh script from NDK r7, r7b and r7c.
993 …message( FATAL_ERROR "gabi++ is not available in your NDK. You have to upgrade to NDK r7 or newer …
1213 # always compile ARMEABI_V6 in arm mode; otherwise there is no difference from ARMEABI
1325 # libGLESv2.so in NDK's prior to r7 refers to missing external symbols.
1338 …ID_SO_UNDEFINED} CACHE BOOL "Allows or disallows undefined symbols in shared libraries" )
1339 …EL_LINKING ${ANDROID_FUNCTION_LEVEL_LINKING} CACHE BOOL "Put each function in separate section and…
1341 …ID_NOEXECSTACK} CACHE BOOL "Allows or disallows undefined symbols in shared libraries" )
1350 # a CPU bug in some Cortex-A8 implementations:
1356 # there is some sysroot-related problem in mips linker...
1382 Rerun cmake with -DANDROID_GOLD_LINKER=ON option in case of problems.
1574 # only search for libraries and includes in the ndk toolchain
1661 # force cmake to produce / instead of \ in build commands for Ninja generator
1669 …# unset( CMAKE_COMPILER_IS_MINGW ) # can't unset because CMake does not convert back-slashes in re…