Home
last modified time | relevance | path

Searched +full:- +full:dcmake_toolchain_file (Results 1 – 25 of 26) sorted by relevance

12

/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac
17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code
21 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
23 libjpeg-turbo, then YASM must be used when building libjpeg-turbo.
34 ARCH=`uname -m`
[all …]
/external/harfbuzz_ng/
Dazure-pipelines.yml2 vmImage: 'VS2017-Win2016'
7 triplet: 'x86-windows'
10 - script: |
13 .\bootstrap-vcpkg.bat
15 .\vcpkg install glib:x86-windows freetype:x86-windows cairo:x86-windows
17-Bbuild -H. -DHB_HAVE_UNISCRIBE=ON -DHB_HAVE_DIRECTWRITE=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_FREETYPE=O…
20 ctest --output-on-failure -C Debug
Dappveyor.yml5 - compiler: msvc
9 triplet: x86-windows
10 - compiler: msvc
14 triplet: x64-windows
16 - compiler: msvc
22 - compiler: msys2
24 MINGW_CHOST: x86_64-w64-mingw32
26 - compiler: msys2
28 MINGW_CHOST: i686-w64-mingw32
33- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -Sy && pacman -…
[all …]
/external/libaom/config/x86/config/
Daom_config.c12-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"../libaom/build/cmake/toolchains/x86-linux.cmake\"
/external/libaom/config/arm/config/
Daom_config.c12-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"../libaom/build/cmake/toolchains/armv7-linux-gcc.cm…
/external/libaom/config/arm64/config/
Daom_config.c12-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"../libaom/build/cmake/toolchains/arm64-linux-gcc.cm…
/external/llvm/cmake/platforms/
DAndroid.cmake3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
9 # cmake -DLLVM_ANDROID_TOOLCHAIN_DIR=/path/to/android/ndk \
10 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/Android.cmake ../..
25 SET(ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sys…
28 SET(CMAKE_EXE_LINKER_FLAGS "-pie" CACHE STRING "toolchain_exelinkflags" FORCE)
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DAndroid.cmake3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
9 # cmake -DLLVM_ANDROID_TOOLCHAIN_DIR=/path/to/android/ndk \
10 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/Android.cmake ../..
25 SET(ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sys…
28 SET(CMAKE_EXE_LINKER_FLAGS "-pie" CACHE STRING "toolchain_exelinkflags" FORCE)
DWinMsvc.cmake1 # Cross toolchain configuration for using clang-cl on non-Windows hosts to
5 # cmake -G Ninja
6 # -DCMAKE_TOOLCHAIN_FILE=/path/to/this/file
7 # -DHOST_ARCH=[aarch64|arm64|armv7|arm|i686|x86|x86_64|x64]
8 # -DLLVM_NATIVE_TOOLCHAIN=/path/to/llvm/installation
9 # -DMSVC_BASE=/path/to/MSVC/system/libraries/and/includes
10 # -DWINSDK_BASE=/path/to/windows-sdk
11 # -DWINSDK_VER=windows sdk version folder name
19 # copy of clang-cl, clang, clang++, and lld-link, as well as a lib directory
83 # Windows libraries and headers are not case-correct, this toolchain file sets
[all …]
/external/boringssl/src/
DBUILDING.md6 BoringSSL into another project with a pre-existing build system, see
25 * Building with [Ninja](https://ninja-build.org/) instead of Make is
36 Recent versions of GCC (4.8+) and Clang should work on non-Windows
53 cmake -GNinja ..
67 Note that the default build flags in the top-level `CMakeLists.txt` are for
68 debugging—optimisation isn't enabled. Pass `-DCMAKE_BUILD_TYPE=Release` to
71 If you want to cross-compile then there is an example toolchain file for 32-bit
75 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..
77 If you want to build as a shared library, pass `-DBUILD_SHARED_LIBS=1`. On
82 In order to serve environments where code-size is important as well as those
[all …]
/external/grpc-grpc/src/csharp/experimental/
Dbuild_native_ext_for_android.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -ex
22 mkdir -p build
30 # e.g. ANDROID_NDK_PATH=${ANDROID_SDK_PATH}/ndk-bundle
36 # ANDROID_ABI in ('arm64-v8a', 'armeabi-v7a')
37 # e.g. ANDROID_ABI=armeabi-v7a
39 # android-19 corresponds to Kitkat 4.4
41 -DCMAKE_TOOLCHAIN_FILE="${ANDROID_NDK_PATH}/build/cmake/android.toolchain.cmake" \
42 -DCMAKE_ANDROID_NDK="${ANDROID_NDK_PATH}" \
43 -DCMAKE_ANDROID_STL_TYPE=c++_static \
[all …]
/external/boringssl/src/util/fipstools/
Dbreak-tests.sh23 set -x
29 rm -Rf build-$test
30 mkdir build-$test
31 pushd build-$test
32 …cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=${HOME}/toolchain -DFIPS=1 -DFIPS_BREAK_TEST=${test} -DCMAKE_…
41 pushd build-$test
49 pushd build-NONE
51 go run ../util/fipstools/break-hash.go ./fipstools/test_fips ./fipstools/test_fips_broken
/external/deqp-deps/SPIRV-Tools/kokoro/android/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
24 SRC=$PWD/github/SPIRV-Tools
25 TARGET_ARCH="armeabi-v7a with NEON"
26 export ANDROID_NDK=/opt/android-ndk-r15c
29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
30 unzip -q ninja-linux.zip
32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake
33 export TOOLCHAIN_PATH=$PWD/android-cmake/android.toolchain.cmake
[all …]
/external/swiftshader/third_party/SPIRV-Tools/kokoro/android/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
24 SRC=$PWD/github/SPIRV-Tools
25 TARGET_ARCH="armeabi-v7a with NEON"
26 export ANDROID_NDK=/opt/android-ndk-r15c
29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
30 unzip -q ninja-linux.zip
32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake
33 export TOOLCHAIN_PATH=$PWD/android-cmake/android.toolchain.cmake
[all …]
/external/llvm/cmake/modules/
DCrossCompile.cmake11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
16 COMMAND ${CMAKE_COMMAND} -E make_directory ${LLVM_${target_name}_BUILD}
20 COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}"
22 -DLLVM_TARGET_IS_CROSSCOMPILE_HOST=TRUE
37 execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory
42 set(build_type_flags "-DCMAKE_BUILD_TYPE=${buildtype}")
45 -G "${CMAKE_GENERATOR}" -DLLVM_TARGETS_TO_BUILD=${LLVM_TARGETS_TO_BUILD}
47 -DLLVM_TARGET_IS_CROSSCOMPILE_HOST=TRUE
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DCrossCompile.cmake11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\")
14 -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
15 -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
22 set(build_type_flags "-DCMAKE_BUILD_TYPE=${buildtype}")
25 set(linker_flag "-DLLVM_USE_LINKER=${LLVM_USE_LINKER}")
28 # Propagate LLVM_EXTERNAL_CLANG_SOURCE_DIR so that clang-tblgen can be built
29 set(external_clang_dir "-DLLVM_EXTERNAL_CLANG_SOURCE_DIR=${LLVM_EXTERNAL_CLANG_SOURCE_DIR}")
33 COMMAND ${CMAKE_COMMAND} -E make_directory ${LLVM_${target_name}_BUILD}
47 COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}"
48 -DCMAKE_MAKE_PROGRAM="${CMAKE_MAKE_PROGRAM}"
[all …]
/external/libkmsxx/
DREADME.md1 [![Build Status](https://travis-ci.org/tomba/kmsxx.svg?branch=master)](https://travis-ci.org/tomba/…
3 # kms++ - C++ library for kernel mode setting
11 - kmstest - set modes and planes and show test pattern on crtcs/planes, and test page flips
12 - kmsprint - print information about DRM objects
13 - kmsview - view raw images
14 - kmscube - rotating 3D cube on crtcs/planes
15 - kmscapture - show captured frames from a camera on screen
19 - libdrm
20 - Python 3.x (for python bindings)
24 To build the Python bindings you need to set up the git-submodule for pybind11:
[all …]
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
24 SRC=$PWD/github/SPIRV-Tools
34 sudo ln -s /usr/bin/clang-3.8 /usr/bin/clang
35 sudo ln -s /usr/bin/clang++-3.8 /usr/bin/clang++
36 CMAKE_C_CXX_COMPILER="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
50 ADDITIONAL_CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-fsanitize=address -DCMAKE_C_FLAGS=-fsanitize=address"
51 export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.4
54 ADDITIONAL_CMAKE_FLAGS="-DENABLE_CODE_COVERAGE=ON"
[all …]
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
24 SRC=$PWD/github/SPIRV-Tools
34 sudo ln -s /usr/bin/clang-3.8 /usr/bin/clang
35 sudo ln -s /usr/bin/clang++-3.8 /usr/bin/clang++
36 CMAKE_C_CXX_COMPILER="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
50 ADDITIONAL_CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-fsanitize=address -DCMAKE_C_FLAGS=-fsanitize=address"
51 export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.4
54 ADDITIONAL_CMAKE_FLAGS="-DENABLE_CODE_COVERAGE=ON"
[all …]
/external/conscrypt/
DBUILDING.md20 -------------
34 [prerequisites](https://boringssl.googlesource.com/boringssl/+/HEAD/BUILDING.md#Build-Prerequisites…
49 ##### Building on Linux/OS-X
50 To build in the 64-bit version on a 64-bit machine:
54 cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
55 -DCMAKE_BUILD_TYPE=Release \
56 -DCMAKE_ASM_FLAGS=-Wa,--noexecstack \
57 -GNinja ..
61 To make a 32-bit build on a 64-bit machine:
65 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake \
[all …]
/external/deqp-deps/glslang/
D.travis.yml6 - linux
7 - osx
15- secure: aGFrgzyKp+84hKrGkxVWg8cHV61uqrKEHT38gfSQK6+WS4GfLOyH83p7WnsEBb7AMhzU7LMNFdvOFr6+NaMpVnqR…
17 - GLSLANG_BUILD_TYPE=Release
18 - GLSLANG_BUILD_TYPE=Debug
21 - clang
22 - gcc
28 - os: osx
32 - env: BUILD_NDK=ON
39 - master
[all …]
/external/libaom/
Dgenerate_config.sh4 # Use of this source code is governed by a BSD-style license that can be
16 # - cmake3
17 # - yasm or nasm
19 # - gcc-arm-linux-gnueabihf
20 # - g++-arm-linux-gnueabihf
22 # - gcc-aarch64-linux-gnu
23 # - g++-aarch64-linux-gnu
25 # - lib32gcc-7-dev
26 # - lib32stdc++-7-dev
29 set -eE
[all …]
/external/libaom/libaom/
DREADME.md4 1. [Building the lib and applications](#building-the-library-and-applications)
5 - [Prerequisites](#prerequisites)
6 - [Get the code](#get-the-code)
7 - [Basics](#basic-build)
8 - [Configuration options](#configuration-options)
9 - [Dylib builds](#dylib-builds)
10 - [Debugging](#debugging)
11 - [Cross compiling](#cross-compiling)
12 - [Sanitizer support](#sanitizers)
13 - [MSVC builds](#microsoft-visual-studio-builds)
[all …]
/external/libaom/libaom/build/cmake/
Daom_configure.cmake32 set(AOM_CMAKE_CONFIG "${AOM_CMAKE_CONFIG} -D${cache_var}=${${cache_var}}")
47 "--- Unexpected pointer size (${CMAKE_SIZEOF_VOID_P}) for\n"
76 set(toolchain_string "-DCMAKE_TOOLCHAIN_FILE=\\\"${toolchain_path}\\\"")
81 set(AOM_CMAKE_CONFIG "-DAOM_TARGET_CPU=${AOM_TARGET_CPU} ${AOM_CMAKE_CONFIG}")
83 set(AOM_CMAKE_CONFIG "-G \\\"${CMAKE_GENERATOR}\\\" ${AOM_CMAKE_CONFIG}")
88 message("--- aom_configure: Detected CPU: ${AOM_TARGET_CPU}")
104 # TODO(tomfinegan): clang needs -pie in CMAKE_EXE_LINKER_FLAGS for this to
109 set(AOM_AS_FLAGS ${AOM_AS_FLAGS} --defsym PIC=1)
111 set(AOM_AS_FLAGS ${AOM_AS_FLAGS} -DPIC)
129 "To build without optimizations, add -DAOM_TARGET_CPU=generic to "
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/lld/trunk lld``
69 * ``cd where-you-want-llvm-to-live``
71 * ``svn co http://llvm.org/svn/llvm-project/polly/trunk polly``
[all …]

12