Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \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/skia/third_party/externals/harfbuzz/.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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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 …]
/third_party/libsnd/
DCMakeLists.txt20 list (APPEND VCPKG_MANIFEST_FEATURES "external-libs")
56 # System-wide includes
77 option (ENABLE_BOW_DOCS "Enable black-on-white html docs" OFF)
80 elseif (MINGW)
84 option (INSTALL_PKGCONFIG_MODULE "Generate and install pkg-config module" ON)
112 cmake_dependent_option (ENABLE_COMPATIBLE_LIBSNDFILE_NAME "Set DLL name to libsndfile-1.dll (canoni…
117 check_c_compiler_flag (-msse2 HAVE_MSSE2_COMPILER_FLAG)
124 add_compile_options (-msse2)
144 add_feature_info (ENABLE_BOW_DOCS ENABLE_BOW_DOCS "enable black-on-white html docs")
146 add_feature_info (INSTALL_PKGCONFIG_MODULE INSTALL_PKGCONFIG_MODULE "generate and install pkg-confi…
[all …]
DMakefile.am3 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/include $(OS_SPECIFIC_C…
5 DISTCHECK_CONFIGURE_FLAGS = --enable-werror
7 CLEANFILES = programs/*.wav octave-workspace
15 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \
16 NEWS.OLD CHANGELOG.md Scripts/linux-to-win-cross-configure.sh \
47 SYMBOL_FILES = src/Symbols.gnu-binutils src/Symbols.darwin src/libsndfile-1.def src/Symbols.os2 src…
53 src/make-static-lib-hidden-privates.sh \
57 WIN_VERSION_FILE = src/version-metadata.rc
67 # MinGW requires -no-undefined if a DLL is to be built.
68 src_libsndfile_la_LDFLAGS = -no-undefined -version-info $(SHARED_VERSION_INFO) $(SHLIB_VERSION_ARG)
[all …]
Dconfigure.ac1 dnl Copyright (C) 1999-2022 Erik de Castro Lopo <erikd@mega-nerd.com>.
6 AC_INIT([libsndfile],[1.2.0],[sndfile@mega-nerd.com],
18 dnl AC_PROG_CXX do not add -g -O2
24 dnl Put config stuff in 'build-aux'.
25 AC_CONFIG_AUX_DIR([build-aux])
33 AM_INIT_AUTOMAKE([1.14 foreign dist-xz no-dist-gzip serial-tests subdir-objects])
60 LT_INIT([disable-static win32-dll])
70 AC_CHECK_PROG([HAVE_XCODE_SELECT], [xcode-select], [yes], [no])
72 dnl ------------------------------------------------------------------------------------
88 dnl This is libtool version of library, we add it to `--version-info` property.
[all …]
/third_party/curl/
DCHANGES13 - 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/patches/
Dcpython_mingw_v3.11.4.patch1 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 …]
/third_party/libffi/
DChangeLog3 Date: Mon Jun 28 21:10:49 2021 -0400
9 Date: Mon Jun 28 19:50:29 2021 -0400
15 Date: Mon Jun 28 18:50:31 2021 -0400
21 Date: Mon Jun 28 18:45:11 2021 -0400
27 Date: Mon Jun 28 14:59:07 2021 -0400
33 Date: Mon Jun 28 11:51:35 2021 -0700
39 Date: Mon Jun 28 07:24:19 2021 -0700
41 Fix the assertions in cls-24byte (#652)
43 * Fix the assertions in cls-24byte
49 Date: Mon Jun 28 09:53:01 2021 -0400
[all …]