Searched +full:binutils +full:- +full:mingw +full:- +full:w64 (Results 1 – 13 of 13) sorted by relevance
| /third_party/ncurses/package/debian-mingw/ |
| D | control | 4 Maintainer: Thomas E. Dickey <dickey@invisible-island.net> 5 Homepage: https://invisible-island.net/ncurses/ 6 Build-Depends: debhelper (>= 7), 7 gcc-mingw-w64-i686, 8 g++-mingw-w64-i686, 9 binutils-mingw-w64-i686 10 Standards-Version: 4.6.1.0 12 Package: mingw32-ncurses6 16 The ncurses library routines are a terminal-independent method of 19 This package is used for testing ABI 6 with the MinGW 32-bit port.
|
| /third_party/ncurses/package/debian-mingw64/ |
| D | control | 4 Maintainer: Thomas E. Dickey <dickey@invisible-island.net> 5 Homepage: https://invisible-island.net/ncurses/ 6 Build-Depends: debhelper (>= 7), 7 gcc-mingw-w64-x86-64, 8 g++-mingw-w64-x86-64, 9 binutils-mingw-w64-x86-64 10 Standards-Version: 4.6.1.0 12 Package: mingw64-ncurses6 16 The ncurses library routines are a terminal-independent method of 19 This package is used for testing ABI 6 with the MinGW 64-bit port.
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # 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 …]
|
| /third_party/ncurses/test/package/ |
| D | mingw-ncurses-examples.spec | 1 Summary: ncurses-examples - example/test programs from ncurses 4 %global AppProgram ncurses-examples 7 # $Id: mingw-ncurses-examples.spec,v 1.11 2023/02/25 23:10:34 tom Exp $ 8 Name: mingw32-ncurses6-examples 13 URL: https://invisible-island.net/ncurses/%{AppProgram}.html 14 Source: https://invisible-island.net/archives/%{AppProgram}/%{AppProgram}-%{release}.tgz 16 BuildRequires: mingw32-ncurses6 18 BuildRequires: mingw32-filesystem >= 95 19 BuildRequires: mingw32-gcc 20 BuildRequires: mingw32-binutils [all …]
|
| /third_party/ffmpeg/doc/ |
| D | platform.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 13 @chapter Unix-like 18 after a binutils upgrade, run: 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 [all …]
|
| /third_party/ncurses/package/ |
| D | mingw-ncurses.spec | 4 Name: mingw32-ncurses6 9 URL: https://invisible-island.net/ncurses/ 10 Source: https://invisible-island.net/archives/ncurses/ncurses-%{version}-%{release}.tgz 12 BuildRequires: mingw32-filesystem >= 95 13 BuildRequires: mingw32-gcc 14 BuildRequires: mingw32-binutils 16 BuildRequires: mingw64-filesystem >= 95 17 BuildRequires: mingw64-gcc 18 BuildRequires: mingw64-binutils 22 %define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:2023.10 7 win64-executor: 9 - image: cimg/base:2023.10 10 dist-executor: 12 - image: cimg/base:2023.10 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 …]
|
| /third_party/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Program.h | 1 //===- 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Program.h | 1 //===- 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 …]
|
| /third_party/curl/ |
| D | CHANGES | 13 - RELEASE-NOTES: synced 17 - THANKS: new contributors from 8.5.0 21 - cd2nroff: use perl 'strict' and 'warnings' 23 - Use strict and warnings pragmas. 25 - If open() fails then show the reason. 27 - Set STDIN io layer :crlf so that input is properly read on Windows. 29 - When STDIN is used as input, the filename $f is now set to "STDIN". 38 - cd2nroff: fix duplicate output issue 40 Assisted-by: Jay Satiro 41 Fixes https://github.com/curl/curl-www/issues/321 [all …]
|
| /third_party/python/.cid/patches/ |
| D | cpython_mingw_v3.11.4_20250509.patch | 4 Subject: [PATCH] cpython 3.11.4 for mingw 6 Change-Id: I7ae3759608e3fc26eb2ebef1fb200e46b3add264 7 --- 9 .gitignore | 5 +- 10 Include/bytesobject.h | 4 +- 11 Include/fileobject.h | 2 +- 14 Include/osdefs.h | 1 - 16 Include/pyerrors.h | 4 +- 18 Include/pyport.h | 41 +- 20 Include/sysmodule.h | 4 +- [all …]
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml 4 --- /dev/null 6 @@ -0,0 +1,418 @@ 9 +# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because 11 +# mandatory but not scheduled because of "paths-ignore". 16 + - 'main' 17 + - '3.11' 18 + - '3.10' 19 + - '3.9' 20 + - '3.8' [all …]
|