/aosp_15_r20/external/clang/lib/Driver/ |
H A D | MinGWToolChain.cpp | 1 //===--- MinGWToolChain.cpp - MinGWToolChain Implementation ---------------===// 8 //===----------------------------------------------------------------------===// 31 StringRef VersionText = llvm::sys::path::filename(LI->path()); in findGccVersion() 34 if (CandidateVersion.Major == -1) in findGccVersion() 39 GccLibDir = LI->path(); in findGccVersion() 45 void MinGW::findGccLibDir() { in findGccLibDir() 48 Archs[0] += "-w64-mingw32"; in findGccLibDir() 65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MinGW() function in MinGW 96 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW() 99 bool MinGW::IsIntegratedAssemblerDefault() const { return true; } in IsIntegratedAssemblerDefault() [all …]
|
/aosp_15_r20/external/harfbuzz_ng/.github/workflows/ |
H A D | msys2-ci.yml | 14 runs-on: windows-latest 17 fail-fast: false 20 - MSYSTEM: MINGW32 22 - MSYSTEM: MINGW64 28 # see https://github.com/msys2/MINGW-packages/issues/11864 35 - name: Checkout 37 - name: Setup MSYS2 38 uses: msys2/setup-msys2@cf96e00c0aab3788743aaf63b64146f0d383cee9 # v2 42 install: >- 43 mingw-w64-${{ matrix.MSYS2_ARCH }}-cairo [all …]
|
/aosp_15_r20/external/flashrom/doc/dev_guide/ |
H A D | building_from_source.rst | 9 * pkg-config 10 * sphinx-build* 12 | \* optional, to build man-pages and html documentation 17 * linux-headers [#b2]_ 22 * NI-845x driver & library package [#b3]_ 31 ----- 35 meson compile -C builddir 36 meson test -C builddir 37 meson install -C builddir 40 .. _installing-dependencies: [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/ |
D | build-mingw64-toolchain.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # Rebuild the mingw64 cross-toolchain from scratch 19 # See --help for usage example. 24 PATCHES_DIR=$PROGDIR/toolchain-patches 55 if [ -z "$_varval" ]; then 64 if [ "$VERBOSE" -gt 0 ]; then 67 if [ "$VERBOSE" -gt 1 ]; then 70 if [ "$VERBOSE" -gt 1 ]; then 82 if [ "$VERBOSE" -gt 0 ]; then 88 OS=$(uname -s) [all …]
|
D | build.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # Rebuild the mingw64 cross-toolchain from scratch 19 # See --help for usage example. 56 if [ -z "$_varval" ]; then 65 if [ "$VERBOSE" -gt 0 ]; then 68 if [ "$VERBOSE" -gt 1 ]; then 71 if [ "$VERBOSE" -gt 1 ]; then 83 if [ "$VERBOSE" -gt 0 ]; then 88 NUM_CORES=$(grep -c -e '^processor' /proc/cpuinfo) 107 -h|-?|--help) HELP=true;; [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | .gitlab-ci.yml | 4 BASE_CONFIG: "--with-legacy" 6 - rm -rf libxml2-build 7 - mkdir libxml2-build 8 - ln -s /tests/xmlconf libxml2-build 10 - sh .gitlab-ci/test.sh 15 CFLAGS: "-O2" 20 CONFIG: "--without-python" 21 CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=600" 26 BASE_CONFIG: "--with-minimum" 27 CFLAGS: "-O2" [all …]
|
/aosp_15_r20/external/clang/test/Driver/ |
H A D | mingw.cpp | 1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&… 2 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}i686-w64-mingw32{{/|\\\… 6 …RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_… 7 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 8 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 9 // CHECK_MINGW_ORG_TREE: "{{.*}}{{/|\\\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}g… 10 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 11 …"{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.… 12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ… 13 // CHECK_MINGW_ORG_TREE: {{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}include [all …]
|
/aosp_15_r20/external/gptfdisk/ |
H A D | README.Windows | 6 Most versions of Windows cannot boot from a GPT disk on BIOS-based 12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may 13 find recovery to be very difficult! Pre-installed Windows 8 and later 15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does 23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and 24 Unix-centric language remains in the documentation. 27 ----------------- 31 text-mode program file as well as the sgdisk program that's available 34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit 35 binaries, which include the strings "32" or "64" in their names. The 32-bit [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/licenses/mingw-w64-svn-r5861/COPYING.MinGW-w64/ |
D | COPYING.MinGW-w64.txt | 1 MinGW-w64 licensing 5 The notices in COPYING.MinGW-w64.txt (this file) apply only to 6 MinGW-w64 itself. These don't apply to the binaries built with 7 MinGW-w64 unless you specifically tell MinGW-w64 to link against 11 COPYING.MinGW-w64-runtime.txt apply to MinGW-w64. Some (possibly 13 this version of MinGW-w64. The idea is that if you create binary 14 packages of your software with MinGW-w64, you can simply copy 15 COPYING.MinGW-w64-runtime.txt into your package to fulfill the 16 license requirements of the MinGW runtime. 20 get linked in if you use any printf-like function. So usually it is [all …]
|
/aosp_15_r20/external/crosvm/third_party/libslirp-rs/ |
H A D | README.md | 4 libslirp-rs project that has been tightly integrated with `net_util`. 6 libslirp-rs depends on a bunch of libraries (libslirp and its dependencies). 20 pacman -S mingw-w64-x86_64-meson ninja git mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 mingw-w64-x8… 31 ninja -C build 37 [libglib-2.0-0.dll](https://packages.msys2.org/package/mingw-w64-x86_64-glib2) and glib inturn 38 depends on a few other libraries. On linux libglib-2.0-0.dll is not available as a dll with mingw 40 get them prebuilt from somewhere. Once you have those, create a file name `cross-compile` in 44 c = 'x86_64-w64-mingw32-gcc' 45 cpp = 'x86_64-w64-mingw32-g++' 46 ar = 'x86_64-w64-mingw32-ar' [all …]
|
/aosp_15_r20/external/curl/.github/workflows/ |
H A D | windows.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.circleci/**' 15 - 'appveyor.*' 16 - 'packages/**' 17 - 'plan9/**' 18 - 'projects/**' [all …]
|
/aosp_15_r20/external/libepoxy/.github/workflows/ |
H A D | msys2.yml | 11 runs-on: windows-latest 16 PYTHONIOENCODING: "utf-8" 18 - uses: actions/checkout@master 19 - uses: msys2/setup-msys2@v2 23 …-devel git mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-pkg-config mingw-w64-x86… 24 - name: Build 27 meson compile -C _build
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | configargs.h | 2 …-disk/src/android/mingw/toolchain/gcc/gcc-4.8.3/configure --prefix=/mnt/disks/build-disk/src/andro… 7 } configure_default_options[] = { { "cpu_32", "generic" }, { "cpu_64", "generic" }, { "arch", "x86-…
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/ |
D | README.md | 5 [](https://github.co… 7 [](https://vulkano.rs/) 10 [](https… 11 [](https://crates… 12 [](https://crates.io… 15 [](https… 16 [](https://docs.r… 17 [](https://docs.rs/v… 21 be able to trigger any undefined behavior. In the case of Vulkan, this means that non-unsafe code 26 - Provides a low-levelish API around Vulkan. It doesn't hide what it does but provides some [all …]
|
/aosp_15_r20/external/zstd/.github/workflows/ |
H A D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
/aosp_15_r20/external/libwebm/ |
H A D | README.libwebm | 21 To control what types of projects are generated the -G parameter is added to 23 generator. Running cmake with the --help argument will list the available 28 $ cmake path/to/libwebm -G Xcode 33 $ cmake path/to/libwebm -G "Visual Studio 12" 35 To generate 64-bit Windows Visual Studio 2013 projects: 51 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=release 54 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=relwithdebinfo 57 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=debug 62 To enable libwebm tests add -DENABLE_TESTS=ON CMake generation command line. For 65 $ cmake path/to/libwebm -G Xcode -DENABLE_TESTS=ON [all …]
|
/aosp_15_r20/external/libepoxy/cross/ |
H A D | fedora-mingw64.txt | 2 c = '/usr/bin/x86_64-w64-mingw32-gcc' 3 cpp = '/usr/bin/x86_64-w64-mingw32-cpp' 4 ar = '/usr/bin/x86_64-w64-mingw32-ar' 5 strip = '/usr/bin/x86_64-w64-mingw32-strip' 6 pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config' 10 root = '/usr/x86_64-w64-mingw32/sys-root/mingw' 11 c_args = [ '-pipe', '-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4', '-I/usr… 12 c_link_args = [ '-L/usr/x86_64-w64-mingw32/sys-root/mingw/lib' ]
|
/aosp_15_r20/external/expat/.github/workflows/ |
H A D | linux.yml | 8 # Copyright (c) 2021-2024 Sebastian Pipping <[email protected]> 11 # Copyright (c) 2024 Dag-Erling Smørgrav <[email protected]> 39 - cron: '0 2 * * 5' # Every Friday at 2am 51 - MODE: cmake-oos 52 - MODE: distcheck 53 - MODE: qa-sh 55 - MODE: cmake-oos 56 …-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS… 57 - MODE: qa-sh 58 … FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CMAKE_ARGS=-DEXPAT_ATTR_INFO=ON [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ |
D | libssp.la | 1 # libssp.la - a libtool library file 2 # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a 20 …-L/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/li… 33 # Should we warn about portability when linking against -modules? 41 libdir='/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw…
|
D | libquadmath.la | 1 # libquadmath.la - a libtool library file 2 # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a 20 …-L/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/li… 33 # Should we warn about portability when linking against -modules? 41 libdir='/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw…
|
D | libssp_nonshared.la | 1 # libssp_nonshared.la - a libtool library file 2 # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a 20 …-L/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/li… 33 # Should we warn about portability when linking against -modules? 41 libdir='/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw…
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/ |
D | libssp_nonshared.la | 1 # libssp_nonshared.la - a libtool library file 2 # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a 20 …-L/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/li… 33 # Should we warn about portability when linking against -modules? 41 libdir='/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw…
|
D | libquadmath.la | 1 # libquadmath.la - a libtool library file 2 # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a 20 …-L/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/li… 33 # Should we warn about portability when linking against -modules? 41 libdir='/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw…
|
D | libssp.la | 1 # libssp.la - a libtool library file 2 # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a 20 …-L/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/li… 33 # Should we warn about portability when linking against -modules? 41 libdir='/mnt/disks/build-disk/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/x86_64-w64-mingw…
|
/aosp_15_r20/external/swiftshader/third_party/marl/kokoro/windows/ |
H A D | presubmit.bat | 7 REM https://www.apache.org/licenses/LICENSE-2.0 27 git submodule update --init 38 -G "%BUILD_GENERATOR%" ^ 39 -A "%BUILD_TARGET_ARCH%" ^ 40 "-DMARL_BUILD_TESTS=1" ^ 41 "-DMARL_BUILD_EXAMPLES=1" ^ 42 "-DMARL_BUILD_BENCHMARKS=1" ^ 43 "-DMARL_WARNINGS_AS_ERRORS=1" ^ 44 "-DMARL_DEBUG_ENABLED=1" 46 cmake --build . --config %CONFIG% [all …]
|