Home
last modified time | relevance | path

Searched refs:toolchain (Results 1 – 25 of 157) sorted by relevance

1234567

/external/llvm/tools/xcode-toolchain/
DCMakeLists.txt6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will
11 # result in /usr/bin/<tool> or xcrun <tool> to find the tool in the toolchain.
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
17 # This file generates a custom install-xcode-toolchain target which constructs
18 # and installs a toolchain with the identifier in the pattern:
19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the
26 # ninja install-xcode-toolchain
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
51 message(FATAL_ERROR "Could not identify toolchain dir")
[all …]
/external/libvpx/libvpx/build/make/
Dconfigure.sh394 echo "TOOLCHAIN := ${toolchain}" >> config.mk
396 case ${toolchain} in
407 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
429 TOOLCHAIN=${toolchain}
507 toolchain="${toolchain:-${optval}}"
510 toolchain="${toolchain:-${optval}}"
642 if [ -z "$toolchain" ]; then
710 toolchain=${tgt_isa}-${tgt_os}-gcc
714 toolchain=${toolchain:-generic-gnu}
716 is_in ${toolchain} ${all_platforms} || enabled force_toolchain \
[all …]
/external/valgrind/
DREADME.mips18 - Use of cross-toolchain is supported as well.
31 * --host=mips-linux-gnu is necessary if you compile it with cross toolchain
34 * --host=mipsel-linux-gnu is necessary if you compile it with cross toolchain
52 then 4.6.1 due to a bug in the toolchain.
53 - Older GCC may have issues with some inline assembly blocks. Get a toolchain
/external/clang/
DAndroid.mk16 .PHONY: clang-toolchain llvm-tools
17 clang-toolchain: \
69 clang-toolchain: \
86 clang-toolchain: \
DToolchainPrebuilts.md102 1. Run the toolchain build script. This will perform a two stage build and
103 create a tarball of the final toolchain.
107 2. The just built toolchain can be tested in an existing AOSP tree by invoking
114 This will use the just built toolchain rather than the one in **prebuilts/**.
128 toolchain in prebuilts so we can easily switch between them in the build
130 that need new toolchain features to take advantage of them locally while
/external/opencv3/platforms/android/
Dandroid.toolchain.cmake32 # Android CMake toolchain file, for use with the Android NDK r5-r10d
39 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..
42 # Usage Linux (using standalone toolchain):
43 # $ export ANDROID_STANDALONE_TOOLCHAIN=/absolute/path/to/android-toolchain
45 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..
57 # -DCMAKE_TOOLCHAIN_FILE=path\to\the\android.toolchain.cmake
66 # ANDROID_STANDALONE_TOOLCHAIN=/opt/android-toolchain - path to the
67 # standalone toolchain. This option is not used if full NDK is found
93 # Option is read-only when standalone toolchain is used.
97 # toolchain to be used. The list of possible values depends on the NDK
[all …]
/external/opencv3/platforms/ios/cmake/Toolchains/
DToolchain-iPhoneOS_Xcode.cmake1 message (STATUS "Setting up iPhoneOS toolchain")
31 message (STATUS "iPhoneOS toolchain loaded")
DToolchain-iPhoneSimulator_Xcode.cmake1 message (STATUS "Setting up iPhoneSimulator toolchain")
31 message (STATUS "iPhoneSimulator toolchain loaded")
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dcontrol9 hardened toolchain.
27 Tests whether system ELF executables were compiled with a hardened toolchain.
/external/webrtc/
D.gn42 "//build/toolchain/gcc_toolchain.gni",
43 "//build/toolchain/mac/BUILD.gn",
44 "//build/toolchain/win/BUILD.gn",
/external/v8/
Dsnapshot_toolchain.gni29 # a toolchain that matches the bit-width of the target.
36 snapshot_toolchain = "//build/toolchain/linux:clang_x86"
38 snapshot_toolchain = "//build/toolchain/linux:clang_x64"
DMakefile.nacl39 TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain)
43 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
/external/jetty/
Dpom.xml_saved54 … <resourceBundle>org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.1</resourceBundle>
102 <groupId>org.eclipse.jetty.toolchain</groupId>
132 … <versionTxtRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.VersionTxtRule" />
133 …<versionOsgiRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireOsgiCompatibleV…
134 …<versionRedhatRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireRedhatCompati…
135 …<versionDebianRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireDebianCompati…
164 <groupId>org.eclipse.jetty.toolchain</groupId>
193 <groupId>org.eclipse.jetty.toolchain</groupId>
238 <groupId>org.eclipse.jetty.toolchain</groupId>
289 <groupId>org.eclipse.jetty.toolchain</groupId>
[all …]
/external/libxml2/VxWorks/
DREADME23 of the GNU toolchain, we have only tested and built with the GNU
24 toolchain.
29 hack). Since the VxWorks GNU toolchain is very close in version to the
61 VxWorks toolchain, and in my investigation, it has something to do with
/external/llvm/tools/msbuild/
Dinstall.bat52 REM Routine for installing v100 toolchain.
63 REM Routine for installing v110 toolchain.
80 REM Routine for installing v120 toolchain.
97 REM Routine for installing v140 toolchain.
/external/libvpx/libvpx/
Dconfigure494 tgt_fn="$tgt-$toolchain.mk"
497 echo "Creating makefiles for ${toolchain} ${tgt}"
541 case $toolchain in
543 case $header-$toolchain in
666 case $toolchain in x86*) soft_enable postproc;; esac
673 case "$toolchain" in
/external/boringssl/src/util/bot/
Dvs_toolchain.py35 toolchain = toolchain_data['path']
46 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain
/external/llvm/cmake/modules/
DCrossCompile.cmake9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
/external/v8/tools/
Dnacl-run.py107 toolchain = platform + "_x86_glibc"
112 toolchain = platform + "_x86_glibc"
/external/opencv3/doc/tutorials/introduction/crosscompilation/
Darm_crosscompile_with_cmake.markdown58 …_FILE=<path to the OpenCV source directory>/platforms/linux/arm-gnueabi.toolchain.cmake <path to t…
63 …_FILE=<path to the OpenCV source directory>/platforms/linux/arm-gnueabi.toolchain.cmake <path to t…
71 cmake -DCMAKE_TOOLCHAIN_FILE=../arm-gnueabi.toolchain.cmake ../../..
/external/clang/test/Driver/Inputs/montavista_i686_tree/usr/lib/gcc/i686-montavista-linux/4.2.0/
Dlibgcc.a1 dummy file for gcc toolchain detection (libgcc.a)
Dcrtbegin.o1 dummy file for gcc toolchain detection (crtbegin.o)
/external/boringssl/src/
DBUILDING.md34 …wget https://releases.linaro.org/14.11/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linar…
63 If you want to cross-compile then there is an example toolchain file for 32-bit
67 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..
89 -DCMAKE_TOOLCHAIN_FILE=../util/android-cmake/android.toolchain.cmake \
/external/opencv3/platforms/scripts/
Dcmake_arm_gnueabi_hardfp.sh7 cmake -DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.cmake $@ ../..
Dcmake_android_arm.sh7 cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake…

1234567