Home
last modified time | relevance | path

Searched +full:mingw +full:- +full:use +full:- +full:gas (Results 1 – 25 of 43) sorted by relevance

12

/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
17 make sure your compiler really uses the required version of gas
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
30 If you compiled FFmpeg libraries statically and you want to use them to
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}.
[all …]
/third_party/vulkan-loader/loader/
DCMakeLists.txt2 # Copyright (c) 2014-2023 The Khronos Group Inc.
3 # Copyright (c) 2014-2023 Valve Corporation
4 # Copyright (c) 2014-2023 LunarG, Inc.
6 # Copyright (c) 2023-2023 RasterGrid Kft.
9 # you may not use this file except in compliance with the License.
12 # http://www.apache.org/licenses/LICENSE-2.0
29 …# Note: When linking your app or driver to OneCore.lib, be sure to remove any links to non-umbrell…
50 # Place it in the build directory - the GN build will use the checked in file
121 option(USE_MASM "Use MASM" ON)
122 if(USE_MASM AND MINGW)
[all …]
Dasm_offset.c2 * Copyright (c) 2017-2024 The Khronos Group Inc.
3 * Copyright (c) 2017-2024 Valve Corporation
4 * Copyright (c) 2017-2024 LunarG, Inc.
8 * you may not use this file except in compliance with the License.
11 * http://www.apache.org/licenses/LICENSE-2.0
25 // __USE_MINGW_ANSI_STDIO is needed to use the %zu format specifier with mingw-w64.
68 #define SIZE_T_FMT "%-8zu"
70 #define SIZE_T_FMT "%-8lu"
85 GAS = 3, enumerator
97 } else if (!strcmp(argv[i], "GAS")) { in main()
[all …]
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake1 #-------------------------------------------------------------------------
3 # ----------------------------
8 # you may not use this file except in compliance with the License.
11 # http://www.apache.org/licenses/LICENSE-2.0
19 #-------------------------------------------------------------------------
37 add_definitions("-DDE_COVERAGE_BUILD")
38 set(TARGET_FLAGS "-fprofile-arcs -ftest-coverage")
39 set(LINK_FLAGS "${LINK_FLAGS} -lgcov")
42 # \note Remove -Wno-sign-conversion for more warnings
43 …set(WARNING_FLAGS "-Wall -Wextra -Wno-long-long -Wshadow -Wundef -Wconversion -Wno-sign-conversi…
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2024 Valve Corporation
2 # Copyright (c) 2021-2024 LunarG, Inc.
5 # you may not use this file except in compliance with the License.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
39 runs-on: ${{matrix.os}}
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dandroid.config9 # be modified from here. In most cases, these lines should use += in order not
14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
26 # replacement for WEXT and its use allows wpa_supplicant to properly control
40 #CFLAGS += -I/usr/local/include
41 #LIBS += -L/usr/local/lib
42 #LIBS_p += -L/usr/local/lib
[all …]
Ddefconfig9 # be modified from here. In most cases, these lines should use += in order not
14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
26 # replacement for WEXT and its use allows wpa_supplicant to properly control
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
43 # Use libnl v2.0 (or 3.0) libraries.
[all …]
D.config9 # be modified from here. In most cases, these lines should use += in order not
14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
16 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
26 # replacement for WEXT and its use allows wpa_supplicant to properly control
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
43 # Use libnl v2.0 (or 3.0) libraries.
[all …]
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - allow the set of groups to be configured (eap_pwd_groups)
11 - improved protection against side channel attacks
12 [https://w1.fi/security/2019-6/]
13 * fixed FT-EAP initial mobility domain association using PMKSA caching
[all …]
DAndroid.mk8 LOCAL_PATH := $(call my-dir)
9 PKG_CONFIG ?= pkg-config
18 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
20 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
23 L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"
26 L_CFLAGS += -Wno-unused-parameter
29 L_CFLAGS += -DANDROID_P2P
32 L_CFLAGS += -DANDROID_LIB_STUB
37 L_CFLAGS += -DCONFIG_NO_ROAMING
40 # Use Android specific directory for control interface sockets
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dandroid.config9 # be modified from here. In most cases, these lines should use += in order not
14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
26 # replacement for WEXT and its use allows wpa_supplicant to properly control
40 #CFLAGS += -I/usr/local/include
41 #LIBS += -L/usr/local/lib
42 #LIBS_p += -L/usr/local/lib
[all …]
Ddefconfig9 # be modified from here. In most cases, these lines should use += in order not
14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
26 # replacement for WEXT and its use allows wpa_supplicant to properly control
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
43 # Use libnl v2.0 (or 3.0) libraries.
[all …]
D.config9 # be modified from here. In most cases, these lines should use += in order not
14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
16 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
26 # replacement for WEXT and its use allows wpa_supplicant to properly control
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
43 # Use libnl v2.0 (or 3.0) libraries.
[all …]
DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
8 - add support for GCM-AES-256 cipher suite
9 - remove incorrect EAP Session-Id length constraint
10 - add hardware offload support for additional drivers
11 * HE/IEEE 802.11ax/Wi-Fi 6
12 - support BSS color updates
13 - various fixes
[all …]
/third_party/grpc/
Dsetup.py4 # you may not use this file except in compliance with the License.
7 # http://www.apache.org/licenses/LICENSE-2.0
43 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in.
44 egg_info.manifest_maker.template = "PYTHON-MANIFEST.in"
52 ABSL_INCLUDE = (os.path.join("third_party", "abseil-cpp"),)
71 os.path.join("third_party", "boringssl-with-bazel", "src", "include"),
74 UPB_GRPC_GENERATED_INCLUDE = (os.path.join("src", "core", "ext", "upb-gen"),)
76 os.path.join("src", "core", "ext", "upbdefs-gen"),
87 # Break import-style to ensure we can actually find our in-repo dependencies.
104 "Development Status :: 5 - Production/Stable",
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
DChangeLog.md6 1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of
10 libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition
11 by making the SIMD support variable thread-local. However, that caused another
16 always available, and when it attempted to use those instructions on older x86
27 1. Fixed issues in the build system whereby, when using the Ninja Multi-Config
28 CMake generator, a static build of libjpeg-turbo (a build in which
34 specially-crafted malformed 12-bit-per-component JPEG image into a progressive
35 12-bit-per-component JPEG image using a 12-bit-per-component build of
36 libjpeg-turbo (`-DWITH_12BIT=1`.) Given that the buffer overrun was fully
38 segfault or other user-visible errant behavior, given that the lossless
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md7 non-GCC-compatible compilers for Un*x/Arm platforms.
9 2. Fixed a regression introduced by 2.1 beta1[13] that prevented the Arm 32-bit
11 included `-mfloat-abi=softfp` or `-mfloat-abi=hard`.
15 Android systems when running AArch32/Thumb builds of libjpeg-turbo built with
18 4. Added a command-line argument (`-copy icc`) to jpegtran that causes it to
22 5. libjpeg-turbo should now build and run on CHERI-enabled architectures, which
23 use capability pointers that are larger than the size of `size_t`.
26 64-bit SSE2 Huffman encoder when attempting to losslessly transform a
27 specially-crafted malformed JPEG image.
40 decompress a specially-crafted malformed progressive JPEG image caused the
[all …]
/third_party/ffmpeg/
Dconfigure5 # Copyright (c) 2000-2002 Fabrice Bellard
6 # Copyright (c) 2005-2008 Diego Biurrun
7 # Copyright (c) 2005-2008 Mans Rullgard
32 if test "0$FF_CONF_EXEC" -lt 1; then
36 if test "0$FF_CONF_EXEC" -lt 2; then
40 if test "0$FF_CONF_EXEC" -lt 3; then
45 echo "This configure script requires a POSIX-compatible shell"
48 echo "Instead, install a working POSIX-compatible shell."
50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
57 test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1 //===- llvm/CodeGen/TargetLoweringObjectFileImpl.cpp - Object File Info ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
75 StringRef Key = MFE.Key->getString(); in GetObjCImageInfo()
76 if (Key == "Objective-C Image Info Version") { in GetObjCImageInfo()
77 Version = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
78 } else if (Key == "Objective-C Garbage Collection" || in GetObjCImageInfo()
79 Key == "Objective-C GC Only" || in GetObjCImageInfo()
80 Key == "Objective-C Is Simulated" || in GetObjCImageInfo()
[all …]
/third_party/skia/third_party/externals/libpng/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <png-mng-implement@lists.sourceforge.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/third_party/libevdev/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]
/third_party/skia/m133/third_party/externals/libpng/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <png-mng-implement@lists.sourceforge.net>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 e) case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
[all …]
/third_party/lame/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <lame-dev@lists.sf.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/third_party/skia/third_party/externals/microhttpd/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
[all …]
/third_party/libedit/autom4te.cache/
Doutput.22 @%:@ Guess values for system-dependent variables and create Makefiles.
6 @%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 ## -------------------- ##
14 ## -------------------- ##
23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 alias -g '${1+"$@"}'='"$@"'
28 case `(set -o) 2>/dev/null` in @%:@(
30 set -o posix ;; @%:@(
44 # Quoting is to prevent editors from complaining about space-tab.
54 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]

12