Searched refs:toolchain (Results 1 – 25 of 157) sorted by relevance
1234567
6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will11 # 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 this17 # This file generates a custom install-xcode-toolchain target which constructs18 # and installs a toolchain with the identifier in the pattern:19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the26 # ninja install-xcode-toolchain37 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 …]
394 echo "TOOLCHAIN := ${toolchain}" >> config.mk396 case ${toolchain} in407 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"429 TOOLCHAIN=${toolchain}507 toolchain="${toolchain:-${optval}}"510 toolchain="${toolchain:-${optval}}"642 if [ -z "$toolchain" ]; then710 toolchain=${tgt_isa}-${tgt_os}-gcc714 toolchain=${toolchain:-generic-gnu}716 is_in ${toolchain} ${all_platforms} || enabled force_toolchain \[all …]
18 - Use of cross-toolchain is supported as well.31 * --host=mips-linux-gnu is necessary if you compile it with cross toolchain34 * --host=mipsel-linux-gnu is necessary if you compile it with cross toolchain52 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
16 .PHONY: clang-toolchain llvm-tools17 clang-toolchain: \69 clang-toolchain: \86 clang-toolchain: \
102 1. Run the toolchain build script. This will perform a two stage build and103 create a tarball of the final toolchain.107 2. The just built toolchain can be tested in an existing AOSP tree by invoking114 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 build130 that need new toolchain features to take advantage of them locally while
32 # Android CMake toolchain file, for use with the Android NDK r5-r10d39 # $ 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-toolchain45 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..57 # -DCMAKE_TOOLCHAIN_FILE=path\to\the\android.toolchain.cmake66 # ANDROID_STANDALONE_TOOLCHAIN=/opt/android-toolchain - path to the67 # standalone toolchain. This option is not used if full NDK is found93 # Option is read-only when standalone toolchain is used.97 # toolchain to be used. The list of possible values depends on the NDK[all …]
1 message (STATUS "Setting up iPhoneOS toolchain")31 message (STATUS "iPhoneOS toolchain loaded")
1 message (STATUS "Setting up iPhoneSimulator toolchain")31 message (STATUS "iPhoneSimulator toolchain loaded")
9 hardened toolchain.27 Tests whether system ELF executables were compiled with a hardened toolchain.
42 "//build/toolchain/gcc_toolchain.gni",43 "//build/toolchain/mac/BUILD.gn",44 "//build/toolchain/win/BUILD.gn",
29 # 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"
39 TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain)43 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
54 … <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 …]
23 of the GNU toolchain, we have only tested and built with the GNU24 toolchain.29 hack). Since the VxWorks GNU toolchain is very close in version to the61 VxWorks toolchain, and in my investigation, it has something to do with
52 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.
494 tgt_fn="$tgt-$toolchain.mk"497 echo "Creating makefiles for ${toolchain} ${tgt}"541 case $toolchain in543 case $header-$toolchain in666 case $toolchain in x86*) soft_enable postproc;; esac673 case "$toolchain" in
35 toolchain = toolchain_data['path']46 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain
9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
107 toolchain = platform + "_x86_glibc"112 toolchain = platform + "_x86_glibc"
58 …_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 ../../..
1 dummy file for gcc toolchain detection (libgcc.a)
1 dummy file for gcc toolchain detection (crtbegin.o)
34 …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-bit67 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..89 -DCMAKE_TOOLCHAIN_FILE=../util/android-cmake/android.toolchain.cmake \
7 cmake -DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.cmake $@ ../..
7 cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake…