Home
last modified time | relevance | path

Searched +full:binutils +full:- +full:mingw +full:- +full:w64 (Results 1 – 10 of 10) sorted by relevance

/external/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/sg3_utils/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/external/curl/.github/workflows/
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProgram.h1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
19 #include "llvm/Config/llvm-config.h"
26 /// This is the OS-specific separator for PATH like environment variables:
47 process_t Process; /// Platform-dependent process object.
86 /// -1 indicates failure to execute
87 /// -2 indicates a crash during execution or timeout
106 unsigned SecondsToWait = 0, ///< If non-zero, this specifies the amount
[all …]
/external/llvm/include/llvm/Support/
DProgram.h1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
26 /// This is the OS-specific separator for PATH like environment variables:
89 /// -1 indicates failure to execute
90 /// -2 indicates a crash during execution or timeout
108 unsigned secondsToWait = 0, ///< If non-zero, this specifies the amount
113 unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount
116 ///< - no memory limit.
117 std::string *ErrMsg = nullptr, ///< If non-zero, provides a pointer to a
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DProgram.h1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 #include "llvm/Config/llvm-config.h"
29 /// This is the OS-specific separator for PATH like environment variables:
50 process_t Process; /// Platform-dependent process object.
102 /// -1 indicates failure to execute
103 /// -2 indicates a crash during execution or timeout
123 unsigned SecondsToWait = 0, ///< If non-zero, this specifies the amount
[all …]
/external/cronet/build/
Dinstall-build-deps.py4 # Use of this source code is governed by a BSD-style license that can be
23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
31 def package_exists(package_name: str) -> bool:
38 parser.add_argument("--syms",
42 "--no-syms",
48 "--lib32",
50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
53 "--android",
58 "--no-android",
63 parser.add_argument("--arm",
[all …]
/external/angle/build/
Dinstall-build-deps.py4 # Use of this source code is governed by a BSD-style license that can be
23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
31 def package_exists(package_name: str) -> bool:
38 parser.add_argument("--syms",
42 "--no-syms",
48 "--lib32",
50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
53 "--android",
58 "--no-android",
63 parser.add_argument("--arm",
[all …]
/external/rust/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch1 diff --git a/build.rs b/build.rs
4 --- a/build.rs
6 @@ -1,408 +0,0 @@
7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
8 -// file at the top-level directory of this distribution and at
9 -// http://rust-lang.org/COPYRIGHT.
10 -//
11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
[all …]