Home | History | Annotate | Download | only in text

Lines Matching full:sysroot

26 2/ Selecting your sysroot:
34 This allows you to define the path to your 'sysroot', a GCC term for a
38 SYSROOT=$NDK/platforms/android-<level>/arch-<arch>/
44 SYSROOT=$NDK/platforms/android-8/arch-arm
51 Invoke the compiler using the --sysroot option to indicate where the system
54 export CC="$NDK/toolchains/<name>/prebuilt/<system>/bin/<prefix>gcc --sysroot=$SYSROOT"
61 export CC="$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc --sysroot=$SYSROOT"
81 copy of the android-5/arch-arm sysroot, and of the toolchain binaries.
125 > NOTE: You can still use the --sysroot option with the new toolchain, but it