HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 151 - 175 of 214) sorted by null

1 2 3 4 5 67 8 9

  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/mips64el-linux-android-4.9/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/mipsel-linux-android-4.9/
setup.mk 17 # toolchain any number of source files
  /external/chromium_org/tools/clang/scripts/
update.sh 97 --gcc-toolchain)
100 echo "--gcc-toolchain requires an argument."
106 echo "Invalid --gcc-toolchain: '$1'."
123 echo "--gcc-toolchain: Set the prefix for which GCC version should"
125 echo " /opt/foo/bin/gcc, use '--gcc-toolchain '/opt/foo"
391 CFLAGS="--gcc-toolchain=${gcc_toolchain}"
392 CXXFLAGS="--gcc-toolchain=${gcc_toolchain}"
498 # Make a standalone Android toolchain.
499 ${ANDROID_NDK_DIR}/build/tools/make-standalone-toolchain.sh \
501 --install-dir="${LLVM_BUILD_DIR}/android-toolchain" \
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 53 NACL_TOOLCHAIN_DIR = os.path.join(NACL_DIR, 'toolchain')
125 toolchain = xarch
127 toolchain = tcname
131 TOOLCHAIN_PACKAGE_MAP[toolchain][0])
136 tcpath = os.path.join(pepperdir, 'toolchain',
207 # directory relative to pepperdir/toolchain.
209 for toolchain in toolchains:
210 toolchain_map = TOOLCHAIN_PACKAGE_MAP.get(toolchain, None)
229 full_dst_dir = os.path.join(pepperdir, 'toolchain', dest_dir)
236 # List of toolchain headers to install
    [all...]
  /ndk/build/tools/
build-mingw64-toolchain.sh 17 # Rebuild the mingw64 cross-toolchain from scratch
155 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
188 This program is used to rebuild a mingw64 cross-toolchain from scratch.
190 It uses your host 'gcc' by default to generate a cross-toolchain named
194 /path/to/build-mingw64-toolchain.sh
196 All toolchain binaries can generate both Win32 and Win64 executables.
202 toolchain prefix, e.g. <prefix>-gcc to compile. For example, to generate
204 SDK's compatibility Linux toolchain, one can do the following:
211 /path/to/build-mingw64-toolchain.sh --binprefix=x86_64-linux
231 --binprefix=<prefix> Specify bin prefix for host toolchain.
    [all...]
common-build-host-funcs.sh 351 # $1: toolchain install dir
352 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
450 # This function probes the system to find the best toolchain or cross-toolchain
452 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}-
466 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only).
485 # Try to find the best toolchain to do that job, assuming we are in
490 # If possible, automatically use our custom toolchain to generate
494 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
502 # If possible, automaticaly use our custom toolchain to generat
    [all...]
builder-funcs.sh 607 SCRATCH_FLAGS="-gcc-toolchain $GCC_TOOLCHAIN"
build-gcc.sh 17 # This shell script is used to rebuild the gcc and toolchain binaries
24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gcc toolchain prebuilt binaries for the Android NDK.
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. arm-linux-androideabi-4.6)."
34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
99 TOOLCHAIN="$3"
132 # Check toolchain name
134 if [ -z "$TOOLCHAIN" ] ; the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 17 # Rebuild the mingw64 cross-toolchain from scratch
155 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
188 This program is used to rebuild a mingw64 cross-toolchain from scratch.
190 It uses your host 'gcc' by default to generate a cross-toolchain named
194 /path/to/build-mingw64-toolchain.sh
196 All toolchain binaries can generate both Win32 and Win64 executables.
202 toolchain prefix, e.g. <prefix>-gcc to compile. For example, to generate
204 SDK's compatibility Linux toolchain, one can do the following:
211 /path/to/build-mingw64-toolchain.sh --binprefix=x86_64-linux
231 --binprefix=<prefix> Specify bin prefix for host toolchain.
    [all...]
  /ndk/sources/cxx-stl/stlport/
Android.mk 63 # toolchain.
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 17 # toolchain any number of source files
  /bionic/libc/tools/
genlibgcc_compat.py 50 * After 3.2, the toolchain was updated again, adding __aeabi_f2uiz to the
  /external/chromium_org/build/android/gyp/
write_build_config.py 85 parser.add_option('--readelf-path', help='Path to toolchain\'s readelf.')
  /external/chromium_org/tools/gn/
builder_unittest.cc 10 #include "tools/gn/toolchain.h"
25 virtual void ToolchainLoaded(const Toolchain* toolchain) OVERRIDE {
72 Toolchain* DefineToolchain() {
73 Toolchain* tc = new Toolchain(&settings_, settings_.toolchain_label());
106 // Should have requested that B and the toolchain is loaded.
110 // Define the toolchain.
130 // A should have two deps: B and the toolchain. Only B should be unresolved.
151 // C only depends on the already-loaded toolchain so we shouldn't hav
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 203 # for __atomic_fetch_add_4. Note that "clang -gcc-toolchain" uses gcc4.8's as/ld/libs, including
207 # compiled with "clang -gcc-toolchain *4.8*" with -latomic, such that uses of prebuilt
  /external/chromium_org/remoting/webapp/
video_frame_recorder.js 100 * Our current compiler toolchain only understands the old (deprecated)
  /ndk/build/core/
setup-app.mk 42 # which platform/abi/toolchain are we going to use?
  /external/ceres-solver/
Android.mk 32 # Builds Ceres for Android, using the standard toolchain (not
  /external/ceres-solver/jni/
Android.mk 32 # Builds Ceres for Android, using the standard toolchain (not
  /external/chromium_org/build/android/
adb_gdb 108 TOOLCHAIN=
181 --toolchain=*)
182 TOOLCHAIN=$optarg
273 the path to the host target-specific cross-toolchain.
451 # Convert an NDK architecture name into a toolchain name prefix
453 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi')
463 # Find a NDK toolchain prebuilt file or sub-directory.
464 # This will probe the various arch-specific toolchain directories
486 # Find the path to an NDK's toolchain full prefix for a given architecture
510 # Special case, the x86 toolchain used to be incorrectl
    [all...]

Completed in 215 milliseconds

1 2 3 4 5 67 8 9