HomeSort by relevance Sort by last modified time
    Searched full:toolchain (Results 101 - 125 of 1683) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/build/tools/
gen-toolchain-wrapper.sh 17 # This shell script is used to rebuild the gcc and toolchain binaries
26 This script allows you to generate a 'wrapper toolchain', i.e. a set of
27 simple scripts that act as toolchain binaries (e.g. my-cc, my-c++, my-ld,
28 etc...) but call another installed toolchain instead, possibly with additional
31 For example, imagine we want a toolchain that generates 32-bit binaries while
34 $PROGNAME --cflags="-m32" --cxxflags="-m32" --ldflags="-m32" /tmp/my-toolchain
38 /tmp/my-toolchain/my-cc
39 /tmp/my-toolchain/my-gcc
40 /tmp/my-toolchain/my-c++
41 /tmp/my-toolchain/my-g+
    [all...]
build-gdbserver.sh 24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain.
30 <ndk-dir> is the top-level NDK installation path and <toolchain>
31 is the name of the toolchain to use (e.g. arm-linux-androideabi-4.8).
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
70 TOOLCHAIN="$3"
83 GDBVER=$(get_default_gdbserver_version_for_gcc $TOOLCHAIN)
113 # Check toolchain name
115 if [ -z "$TOOLCHAIN" ] ; then
116 echo "ERROR: Missing toolchain name parameter. See --help for details.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/
libmpc.la 20 dependency_libs=' -L/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32/lib /tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32/lib/libmpfr.la /tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32/lib/libgmp.la -lm'
41 libdir='/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32/lib'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver0.d 5 # some toolchains, eg arm-elf toolchain will add $d.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-compatibility-gnu-other.d 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
attr-compatibility-other-other.d 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libssp.so 
libssp.so.0 
libssp.so.0.0.0 
libatomic.so 
libatomic.so.1 
libatomic.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libssp.so 
libssp.so.0 
libssp.so.0.0.0 
libatomic.so 
libatomic.so.1 
libatomic.so.1.0.0 
  /build/core/clang/
HOST_x86_common.mk 15 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
19 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)
25 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
32 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
40 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
47 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
  /external/autotest/client/site_tests/platform_ToolchainOptions/
control 9 hardened toolchain.
27 Tests whether system ELF executables were compiled with a hardened toolchain.
  /external/deqp/framework/delibs/cmake/
toolchain-raspi.cmake 6 # Toolchain/compiler base.
14 # Search libs and include files (but not programs) from toolchain dir.
toolchain-mingw-clang.cmake 13 # Search and include files (but not programs or libs) from toolchain dir.
  /art/test/097-duplicate-method/
info.txt 7 dex file allows to run the test on whatever toolchain.
  /external/skia/
.gitignore 24 platform_tools/chromeos/toolchain
  /ndk/sources/cxx-stl/gnu-libstdc++/
README 4 These are generated from the toolchain sources by build.py in this directory.

Completed in 299 milliseconds

1 2 3 45 6 7 8 91011>>