Lines Matching refs:a
135 # gabi++_static -> Use the GAbi++ runtime as a static library.
139 # gabi++_shared -> Use the GAbi++ runtime as a shared library.
143 # stlport_static -> Use the STLport runtime as a static library.
147 # stlport_shared -> Use the STLport runtime as a shared library.
151 # gnustl_static -> Use the GNU STL as a static library.
153 # gnustl_shared -> Use the GNU STL as a shared library.
405 …message( STATUS " If you prefer to use a different location, please define a cmake or environment…
412 …message( STATUS " If you prefer to use a different location, please define the variable: ANDROID_…
424 …STRINGS "${ANDROID_NDK}/RELEASE.TXT" ANDROID_NDK_RELEASE_FULL LIMIT_COUNT 1 REGEX "r[0-9]+[a-z]?" )
425 string( REGEX MATCH "r([0-9]+)([a-z]?)" ANDROID_NDK_RELEASE "${ANDROID_NDK_RELEASE_FULL}" )
430 …string( REGEX REPLACE "r([0-9]+)([a-z]?)" "\\1*1000" ANDROID_NDK_RELEASE_NUM "${ANDROID_NDK_RELEAS…
701 set( CMAKE_SYSTEM_PROCESSOR "armv7-a" )
707 set( CMAKE_SYSTEM_PROCESSOR "armv7-a" )
714 set( CMAKE_SYSTEM_PROCESSOR "armv7-a" )
845 gabi++_static -> Use the GAbi++ runtime as a static library.
846 gabi++_shared -> Use the GAbi++ runtime as a shared library.
847 stlport_static -> Use the STLport runtime as a static library.
848 stlport_shared -> Use the STLport runtime as a shared library.
849 gnustl_static -> (default) Use the GNU STL as a static library.
850 gnustl_shared -> Use the GNU STL as a shared library.
858 gnustl_static -> (default) Use the GNU STL as a static library.
859 gnustl_shared -> Use the GNU STL as a shared library.
877 …6 has incorrect definition for ptrdiff_t. You are recommended to upgrade to a newer NDK release or…
879 …diff --git a/ndk/platforms/android-9/arch-x86/include/machine/_types.h b/ndk/platforms/android-9/a…
881 --- a/ndk/platforms/android-9/arch-x86/include/machine/_types.h
917 # always search static GNU STL to get the location of libsupc++.a
918 …ONE_TOOLCHAIN}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/${CMAKE_SYSTEM_PROCESSOR}/thumb/libstdc++.a" )
920 …TANDALONE_TOOLCHAIN}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/${CMAKE_SYSTEM_PROCESSOR}/libstdc++.a" )
922 … EXISTS "${ANDROID_STANDALONE_TOOLCHAIN}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/thumb/libstdc++.a" )
924 …elseif( EXISTS "${ANDROID_STANDALONE_TOOLCHAIN}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/libstdc++.a"…
928 set( __libsupcxx "${__libstl}/libsupc++.a" )
929 set( __libstl "${__libstl}/libstdc++.a" )
932 message( FATAL_ERROR "The required libstdsupc++.a is missing in your standalone toolchain.
935 $ANDROID_NDK/sources/cxx-stl/gnu-libstdc++/libs/${ANDROID_NDK_ABI_NAME}/libsupc++.a
998 … "${ANDROID_NDK}/sources/cxx-stl/gabi++/libs/${ANDROID_NDK_ABI_NAME}/libgabi++_static.a" )
1011 … "${ANDROID_NDK}/sources/cxx-stl/stlport/libs/${ANDROID_NDK_ABI_NAME}/libstlport_static.a" )
1027 if( EXISTS "${__libstl}/libs/${ANDROID_NDK_ABI_NAME}/libgnustl_static.a" )
1028 set( __libstl "${__libstl}/libs/${ANDROID_NDK_ABI_NAME}/libgnustl_static.a" )
1030 set( __libstl "${__libstl}/libs/${ANDROID_NDK_ABI_NAME}/libstdc++.a" )
1035 # find libsupc++.a - rtti & exceptions
1037 …nu-libstdc++/${ANDROID_COMPILER_VERSION}/libs/${ANDROID_NDK_ABI_NAME}/libsupc++.a" ) # r8b or newer
1039 …x "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${ANDROID_NDK_ABI_NAME}/libsupc++.a" ) # r7-r8
1044 …ROID_TOOLCHAIN_ROOT}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/${CMAKE_SYSTEM_PROCESSOR}/libsupc++.a" )
1046 …OOLCHAIN_ROOT}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/${CMAKE_SYSTEM_PROCESSOR}/thumb/libsupc++.a" )
1049 …( __libsupcxx "${ANDROID_TOOLCHAIN_ROOT}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/thumb/libsupc++.a" )
1051 set( __libsupcxx "${ANDROID_TOOLCHAIN_ROOT}/${ANDROID_TOOLCHAIN_MACHINE_NAME}/lib/libsupc++.a" )
1055 …message( ERROR "Could not find libsupc++.a for a chosen platform. Either your NDK is not supported…
1063 string( REPLACE "_static.a" "_shared.so" __libstl "${__libstl}" )
1252 set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -march=armv7-a -mfloat-abi=softfp" )
1317 # add libgcc.a to executable link list
1319 …ID_TOOLCHAIN_ROOT}/lib/gcc/${ANDROID_TOOLCHAIN_MACHINE_NAME}/${ANDROID_COMPILER_VERSION}/libgcc.a")
1342 set( ANDROID_RELRO ${ANDROID_RELRO} CACHE BOOL "Enables RELRO - a…
1350 # a CPU bug in some Cortex-A8 implementations:
1663 # it is a bad hack after all