Home
last modified time | relevance | path

Searched +full:cross +full:- +full:compilation (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/third_party/mesa3d/docs/
Dmeson.rst1 Compilation and Installation Using Meson
5 ---------------
19 <https://mesonbuild.com/Getting-meson.html>`__ to install the
25 Unix-like OSes
31 .. code-block:: console
33 sudo apt-get install meson # Ubuntu
37 .. code-block:: console
44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
45 already installed, use apt-get or dnf to install the *ninja-build*
53 modules (Mako). You also need pkg-config (a hard dependency of Meson),
[all …]
/third_party/rust/crates/pkg-config-rs/
DREADME.md1 # pkg-config-rs
3 …tus](https://github.com/rust-lang/pkg-config-rs/actions/workflows/ci.yml/badge.svg)](https://githu…
4 …[Rust](https://img.shields.io/badge/rust-1.30%2B-blue.svg?maxAge=3600)](https://github.com/rust-la…
6 [Documentation](https://docs.rs/pkg-config)
9 order to use the system `pkg-config` tool (if available) to determine where a
13 [system-deps](https://github.com/gdesmott/system-deps) to declare all your
14 `pkg-config` dependencies in `Cargo.toml`.
41 # External configuration via target-scoped environment variables
43 In cross-compilation context, it is useful to manage separately `PKG_CONFIG_PATH`
51 1. `<var>_<target>` - for example, `PKG_CONFIG_PATH_x86_64-unknown-linux-gnu`
[all …]
/third_party/googletest/docs/
Dpkgconfig.md3 GoogleTest comes with pkg-config files that can be used to determine all
5 Pkg-config is a standardised plain-text format containing
7 * the includedir (-I) path
8 * necessary macro (-D) definitions
9 * further required flags (-pthread)
10 * the library (-L) path
11 * the library (-l) to link to
13 All current build systems support pkg-config in one way or another. For all
19 Using `pkg-config` in CMake is fairly easy:
40 just -I flags (GoogleTest might require a macro indicating to internal headers
[all …]
/third_party/ltp/doc/
Dsupported-kernel-libc-versions.txt5 ------------------------------------
7 We test master branch in https://github.com/linux-test-project/ltp/actions[GitHub Actions]
9 We test both gcc and clang toolchains, various architectures with cross-compilation.
11 https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci…
24 | CentOS 7 | 3.10 | 2.17 | 4.8.5 | -
25 | Ubuntu 16.04 LTS xenial | 4.4 | 2.23 | 5.3.1 | -
49 | aarch64 | cross compilation
50 | ppc64le | cross compilation
51 | s390x | cross compilation
60 …rg/software/libc/[GNU C Library (glibc)] | Targetted libc, tested both compilation and actual test…
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
32 @code{--enable-pic} during FFmpeg configure) and add the following option
36 -Wl,-Bsymbolic
40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
50 standard Solaris Make will not work. When building with a non-c99 front-end
51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
34 os: ubuntu-latest
[all …]
/third_party/skia/third_party/externals/dawn/scripts/
Ddawn_features.gni7 # http://www.apache.org/licenses/LICENSE-2.0
29 # Enable the compilation for UWP
53 # Enables the compilation of Dawn's D3D12 backend
56 # Enables the compilation of Dawn's Metal backend
59 # Enables the compilation of Dawn's Null backend
60 # (required for unittests, obviously non-conformant)
63 # Enables the compilation of Dawn's OpenGL backend
64 # (best effort, non-conformant)
67 # Enables the compilation of Dawn's OpenGLES backend
73 # Enables the compilation of Dawn's Vulkan backend
[all …]
/third_party/iowow/
DWINDOWS.md1 # Cross compilation
6 sudo apt-get install bison flex libtool ruby scons intltool libtool-bin p7zip-full wine wine32
15 git submodule update --init
22 MXE_TARGETS := x86_64-w64-mingw32.static
24 .DEFAULT local-pkg-list:
25 local-pkg-list: $(LOCAL_PKG_LIST)
33 ### Cross compilation
41 cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../win64-tc.cmake \
42 -DBUILD_TESTS=ON -DTEST_TOOL_CMD=wine
/third_party/ejdb/
DWINDOWS.md1 # Windows cross compilation
10 sudo apt-get install bison flex libtool ruby scons intltool libtool-bin p7zip-full wine
18 git submodule update --init
25 MXE_TARGETS := x86_64-w64-mingw32.static
27 .DEFAULT local-pkg-list:
28 local-pkg-list: $(LOCAL_PKG_LIST)
36 ### Cross compilation
44 cmake .. -DCMAKE_BUILD_TYPE=Release \
45 -DCMAKE_TOOLCHAIN_FILE=../win64-tc.cmake \
46 -DENABLE_HTTP=OFF
/third_party/alsa-lib/
DINSTALL6 -------------------------
14 Compilation from Git-sources
15 ---------------------------
21 To compile alsa-lib from source:
25 If you do not want to use the supplied gitcompile-script, you can
26 compile alsa-lib manually by using these steps:
28 libtoolize --force --copy --automake
31 automake --foreign --copy --add-missing
41 Compilation of static library
42 -----------------------------
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro11 LIBS += -lws2_32 -static
14 } else:win32-g++ {
15 # cross compilation to win32
16 LIBS += -lws2_32 -static -mwindows
20 } else:win32-x-g++ {
21 # cross compilation to win32
22 LIBS += -lws2_32 -static -mwindows
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro11 LIBS += -lws2_32 -static
14 } else:win32-g++ {
15 # cross compilation to win32
16 LIBS += -lws2_32 -static -mwindows
20 } else:win32-x-g++ {
21 # cross compilation to win32
22 LIBS += -lws2_32 -static -mwindows
/third_party/skia/third_party/externals/dawn/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
17 # When upgrading to CMake 3.11 we can remove DAWN_DUMMY_FILE because source-less add_library
74 # Default values for the backend-enabling options
85 # Enable Vulkan in win32 compilation only
108 option_if_not_defined(DAWN_ENABLE_D3D12 "Enable compilation of the D3D12 backend" ${ENABLE_D3D12})
109 option_if_not_defined(DAWN_ENABLE_METAL "Enable compilation of the Metal backend" ${ENABLE_METAL})
110 option_if_not_defined(DAWN_ENABLE_NULL "Enable compilation of the Null backend" ON)
111 option_if_not_defined(DAWN_ENABLE_DESKTOP_GL "Enable compilation of the OpenGL backend" ${ENABLE_DE…
112 option_if_not_defined(DAWN_ENABLE_OPENGLES "Enable compilation of the OpenGL ES backend" ${ENABLE_O…
113 option_if_not_defined(DAWN_ENABLE_VULKAN "Enable compilation of the Vulkan backend" ${ENABLE_VULKAN…
[all …]
/third_party/rust/crates/signal-hook/.github/workflows/
Dtest.yaml14 fail-fast: false
17 - ubuntu-latest
18 - macos-latest
19 - windows-latest
21 - stable
22 - beta
23 - nightly
25 - 1.36.0
27 - 1.40.0
29 runs-on: ${{ matrix.os }}
[all …]
/third_party/selinux/secilc/docs/
Dcil_introduction.md4 …igh level policy languages (such as the current module language) and the low-level kernel policy r…
6-level languages that can both consume and produce language constructs with more features than the…
8 * Eases the creation of high-level languages, encouraging the creation of more domain specific poli…
10 …nalysis of the output of multiple high-level languages using a single analysis tool set without lo…
13 ------------------
17- provide rich semantics needed for cross-language interaction but not for convenience. If a featu…
19- provide clear, simple syntax that is easy to parse and to generate by high-level compilers, anal…
21- the ultimate goal of CIL is the generation of the policy that will be enforced by the kernel. Th…
23 * The only good binary file format is a non-existent one - CIL is meant for a source policy oriente…
25 * Enable backwards compatibility but don't be a slave to it - source, but not binary, compatibility…
[all …]
/third_party/f2fs-tools/
DREADME.md2 ---------------------
7 Before compilation
8 ------------------
11 - libuuid-devel or uuid-dev
12 - autoconf
13 - libtool
14 - libselinux1-dev
16 Initial compilation
17 -------------------
19 Before initial compilation, autoconf/automake tools should be run.
[all …]
/third_party/openssl/.github/workflows/
Dcross-compiles.yml1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
8 name: Cross Compile
16 cross-compilation:
18 fail-fast: false
21 # arch: the architecture to build for, this defines the tool-chain
22 # prefix {arch}- and the Debian compiler package gcc-{arch}
35 arch: aarch64-linux-gnu,
36 libs: libc6-dev-arm64-cross,
37 target: linux-aarch64
39 arch: alpha-linux-gnu,
[all …]
/third_party/ltp/
DINSTALL2 ------------
4 Tools are needed for LTP compilation. They should be available as a
9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev
13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d…
17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers
19 These are minimal build requirements for git compilation. Some tests require
23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config
24 on older distros) are required only for compilation from git (used for creating
27 pkgconf is recommended also for compilation from tarball as it
30 GNU Bison / Berkeley Yacc is required for ltp-scanner.
[all …]
/third_party/openssl/Configurations/
D50-win-onecore.conf1 ## -*- mode: perl; -*-
17 …my $SDKver = `powershell -Command \"& {\$(Get-Item \\\"hklm:\\SOFTWARE\\WOW6432Node\\Microsoft\\M…
25 $UWP_info->{disable} = [ 'asm' ];
27 $UWP_info->{disable} = [ ];
34 "VC-WIN32-ONECORE" => {
35 inherit_from => [ "VC-WIN32" ],
44 "VC-WIN64A-ONECORE" => {
45 inherit_from => [ "VC-WIN64A" ],
54 # to locate vcvarsall.bat and act accordingly. VC-WIN32-ARM has
56 # but not VC-WIN64-ARM, no hardware... In other words they are not
[all …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
20 MinGW cross compiler
21 run on the GNU-like development environment MSYS2
31 The native builds using Visual C++ have a `VC-*` prefix.
34 -------------------
[all …]
/third_party/glib/
DREADME.win32.md1 Chun-wei Fan `<fanc999@yahoo.com.tw>`
21 You can also cross-compile GLib for Windows from Linux using the
22 cross-compiling mingw packages for your distro.
31 compilation related to Win32 in GLib-using code:
33 - `G_OS_WIN32` is defined when compiling for native Win32, without
37 - `G_WITH_CYGWIN` is defined if compiling for the Cygwin
42 - `G_PLATFORM_WIN32` is defined when either `G_OS_WIN32` or `G_WITH_CYGWIN`
48 Additionally, there are the compiler-specific macros:
49 - `__GNUC__` is defined when using GCC or Clang
50 - `__clang__` is defined when using Clang or Clang-CL
[all …]

12345678910>>...21