• Home
  • Raw
  • Download

Lines Matching refs:use

4 It is now possible to use the toolchains provided with the Android NDK as
9 A typical use case if invoking the 'configure' script of an open-source
42 targeting Android 2.2 (a.k.a. Froyo), you would use:
59 using the NDK r5 toolchain, you would use:
68 You won't be able to use any C++ STL (STLport, libc++,
100 use --toolchain with '-clang3.3' suffix. For example:
109 to link against the shared library, you will have to explicitely use -lstlport_shared
110 in this case, just like you need to use -lgnustl_shared for the GNU libstdc++ case.
114 to link against the shared library, you will have to explicitely use -lc++_shared.
116 You can later use it directly with something like:
135 > NOTE: You can still use the --sysroot option with the new toolchain, but it
158 you should be able to use them in your own builds by setting CC and CXX
184 replacements for gcc/g++ in Makefile. When in doubt, use the following
202 It is recommended to use the -mthumb compiler flag to force the generation
213 ABI compatibility. Do *not* use these flags separately before
216 If you want to use Neon instructions, you will need to change the -mfpu
221 Note that this forces the use of VFPv3-D32, as per the ARM specification.
237 If you want to use Neon intrinsics on x86 they can be translated to the native
241 functions (1551 of total 1872). It is recommended to use the -mssse3 compiler
249 If none of the above makes sense to you, it's probably better not to use
253 You don't have to use any specific compiler flag when targeting the MIPS ABI.
293 They are enabled by default, so use -fno-exceptions and -fno-rtti if you
297 NOTE: If you use the GNU libstdc++, you will need to explicitly link with
298 libsupc++ if you use these features. To do this, use -lsupc++ when
310 use of the --stl=<name> option described previously. To use this STL
322 GNU libstdc++. If you use this option, you need to ensure that
336 the shared library, do not use it in your project.
339 STLport. If you use this option, you need to ensure that