HomeSort by relevance Sort by last modified time
    Searched full:sysroot (Results 26 - 50 of 417) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/build/tools/
build-ndk-sysroot.sh 17 # build-ndk-sysroot.sh
19 # collect files from an Android tree to assemble a sysroot suitable for
22 # after that, you may use build/tools/package-ndk-sysroot.sh to package
25 # NOTE: this is different from the Android toolchain original build-sysroot.sh
76 echo "Collect files from an Android build tree and assembles a sysroot"
84 echo " --platform=<name> generate sysroot for platform <name> (default is $PLATFORM)"
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
87 echo " --package generate sysroot package tarball"
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
137 # clean up everything in existing sysroot
    [all...]
builder-funcs.sh 452 local ARCH UNKNOWN_ARCH PLATFORM SYSROOT FLAGS
467 SYSROOT=$NDK_DIR/platforms/android-$PLATFORM/arch-$ARCH
481 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
483 CRTBEGIN_EXE_O=$SYSROOT/usr/lib/crtbegin_dynamic.o
484 CRTEND_EXE_O=$SYSROOT/usr/lib/crtend_android.o
486 CRTBEGIN_SO_O=$SYSROOT/usr/lib/crtbegin_so.o
487 CRTEND_SO_O=$SYSROOT/usr/lib/crtend_so.o
532 builder_cflags "--sysroot=$SYSROOT"
533 builder_cxxflags "--sysroot=$SYSROOT
    [all...]
build-gcc.sh 43 register_var_option "--sysroot=<path>" OPTION_SYSROOT "Specify sysroot directory directly"
182 # Without option "--sysroot" (and its variations), GCC will attempt to
183 # search path specified by "--with-sysroot" at build time for headers/libs.
184 # Path at --with-sysroot contains minimal headers and libs to boostrap
186 # sysroot at specified API level,and Android build explicit lists header/lib
189 # It's better to point --with-sysroot to local directory otherwise the
195 # For canadian build --with-sysroot has to be sub-directory of --prefix.
200 TOOLCHAIN_BUILD_SYSROOT=$TOOLCHAIN_BUILD_PREFIX/sysroot
201 dump "Sysroot : Copying: $SYSROOT --> $TOOLCHAIN_BUILD_SYSROOT
    [all...]
build-gnu-libstdc++.sh 105 local ARCH BINPREFIX SYSROOT GNUSTL_SRCDIR
138 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
140 if [ ! -f "$SYSROOT/usr/lib/libc.a" ]; then
141 echo "ERROR: Empty sysroot! you probably need to run gen-platforms.sh before this script."
144 if [ ! -f "$SYSROOT/usr/lib/libc.so" ]; then
145 echo "ERROR: Sysroot misses shared libraries! you probably need to run gen-platforms.sh"
166 export CFLAGS="-fPIC $CFLAGS --sysroot=$SYSROOT -fexceptions -funwind-tables -D__BIONIC__ -O2 $EXTRA_FLAGS"
167 export CXXFLAGS="-fPIC $CXXFLAGS --sysroot=$SYSROOT -fexceptions -frtti -funwind-tables -D__BIONIC__ -O2 $EXTRA_FLAGS
    [all...]
find-case-duplicates.sh 20 # a new sysroot.
  /external/clang/test/Driver/
sanitizer-ld.c 5 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
17 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
29 // RUN: -target i386-unknown-linux --sysroot=%S/Inputs/basic_linux_tree \
40 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
50 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
61 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
74 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
87 // RUN: --sysroot=%S/Inputs/basic_linux_tree
    [all...]
warning-options.cpp 13 // CHECK-ISYSROOT: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO'
  /external/clang/lib/Frontend/
DependencyGraph.cpp 32 std::string SysRoot;
46 StringRef SysRoot)
47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { }
67 StringRef SysRoot) {
68 PP.addPPCallbacks(new DependencyGraphCallback(&PP, OutputFile, SysRoot));
120 if (FileName.startswith(SysRoot))
121 FileName = FileName.substr(SysRoot.size());
  /external/compiler-rt/make/platform/
clang_linux.mk 100 --sysroot=$(LLVM_ANDROID_TOOLCHAIN_DIR)/sysroot \
107 # Use our stub SDK as the sysroot to support more portable building. For now we
110 CFLAGS.full-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux
111 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
112 CFLAGS.profile-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux
113 CFLAGS.profile-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/asm/
posix_types.h 5 "/tmp/ndk-User/build/toolchain/prefix/sysroot/usr/include/asm/posix_types.h"
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/asm/
posix_types.h 5 "/tmp/ndk-User/build/toolchain/prefix/sysroot/usr/include/asm/posix_types.h"
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/asm/
posix_types.h 5 "/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot/usr/include/asm/posix_types.h"
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/asm/
posix_types.h 5 "/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot/usr/include/asm/posix_types.h"
  /external/opencv/
Android.mk 11 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
59 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
141 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
205 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
240 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -ljpeg
271 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -llog \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/
SOURCES 14 --with-sysroot=[ics generic sysroot] \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/Volumes/androidtc/androidtoolchain/./src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/Volumes/androidtc/buildarmeabi/obj/temp-install --with-mpfr=/Volumes/androidtc/buildarmeabi/obj/temp-install --with-mpc=/Volumes/androidtc/buildarmeabi/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/Volumes/androidtc/buildarmeabi/install/sysroot --with-prefix=/Volumes/androidtc/buildarmeabi/install --with-gold-version=2.21 --enable-gold --disable-gold --disable-multilib --program-transform-name='s&^&arm-eabi-&'";
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/
SOURCES 14 --with-sysroot=[ics generic sysroot] \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/Volumes/androidtc/androidtoolchain/./src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-linux-androideabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/Volumes/androidtc/build64/obj/temp-install --with-mpfr=/Volumes/androidtc/build64/obj/temp-install --with-mpc=/Volumes/androidtc/build64/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/Volumes/androidtc/build64/install/sysroot --with-prefix=/Volumes/androidtc/build64/install --with-gold-version=2.21 --enable-gold --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default";
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/
SOURCES 13 --with-sysroot=[ics generic sysroot] \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/tmp/android-15472/src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/android-15472/obj/temp-install --with-mpfr=/tmp/android-15472/obj/temp-install --with-mpc=/tmp/android-15472/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/tmp/android-15472/install/sysroot --with-prefix=/tmp/android-15472/install --with-gold-version=2.21 --enable-gold --disable-gold --disable-multilib --program-transform-name='s&^&arm-eabi-&'";
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/
SOURCES 13 --with-sysroot=[ics generic sysroot] \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/tmp/android-8532/src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/android-8532/obj/temp-install --with-mpfr=/tmp/android-8532/obj/temp-install --with-mpc=/tmp/android-8532/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/tmp/android-8532/install/sysroot --with-prefix=/tmp/android-8532/install --with-gold-version=2.21 --enable-gold --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default";
  /external/chromium/build/linux/
python_arch.sh 10 # python_arch.sh /path/to/sysroot/usr/lib/libpython2.4.so.1.0
  /ndk/build/core/
add-platform.mk 32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
  /packages/apps/LegacyCamera/jni/
Android.mk 44 #LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -llog -lGLESv2 -L$(TARGET_OUT)

Completed in 1164 milliseconds

12 3 4 5 6 7 8 91011>>