Searched +full:gas +full:- +full:preprocessor (Results 1 – 24 of 24) sorted by relevance
| /third_party/libjpeg-turbo/ |
| D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer" 23 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
| /third_party/ffmpeg/doc/ |
| D | platform.texi | 1 \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} 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/vk-gl-cts/framework/delibs/cmake/ |
| D | CFlags.cmake | 1 #------------------------------------------------------------------------- 3 # ---------------------------- 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… 45 set(CMAKE_C_FLAGS "${TARGET_FLAGS} ${WARNING_FLAGS} ${CMAKE_C_FLAGS} -std=c99 -pedantic ") [all …]
|
| /third_party/ffmpeg/ |
| D | configure | 5 # 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/MC/MCParser/ |
| D | AsmLexer.cpp | 1 //===- AsmLexer.cpp - Lexer for Assembly Files ----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 50 /// ReturnError - Set the error to the specified string at the specified 55 return AsmToken(AsmToken::Error, StringRef(Loc, CurPtr - Loc)); in ReturnError() 72 if (*CurPtr == '-' || *CurPtr == '+') in LexFloatLiteral() 79 if (*CurPtr == '-' || *CurPtr == '+') in LexFloatLiteral() 87 StringRef(TokStart, CurPtr - TokStart)); in LexFloatLiteral() 90 /// LexHexFloatLiteral matches essentially (.[0-9a-fA-F]*)?[pP][+-]?[0-9a-fA-F]+ [all …]
|
| D | AsmParser.cpp | 1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 78 "asm-macro-max-nesting-depth", cl::init(20), cl::Hidden, 178 /// Are we parsing ms-style inline assembly? 521 /// Maps directive name --> DirectiveKind enum, for 534 /// Maps Codeview def_range types --> CVDefRangeType enum, for 652 // Macro-like directives 677 // .print <double-quotes-string> [all …]
|
| /third_party/musl/ |
| D | configure | 13 --srcdir=DIR source directory [detected] 16 --prefix=PREFIX main installation prefix [/usr/local/musl] 17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX] 20 --bindir=DIR user executables [EPREFIX/bin] 21 --libdir=DIR library files for the linker [PREFIX/lib] 22 --includedir=DIR include files for the C compiler [PREFIX/include] 23 --syslibdir=DIR location for the dynamic linker [/lib] 26 --target=TARGET configure to run on target TARGET [detected] 27 --host=HOST same as --target 28 --build=BUILD build system type; used only to infer cross-compiling [all …]
|
| /third_party/icu/tools/multi/c/patch/ |
| D | 3_0 | 5 # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved 8 diff -ru 3_0.orig/icu/source/config/mh-darwin 3_0/icu/source/config/mh-darwin 9 --- 3_0.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700 10 +++ 3_0/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700 11 @@ -15,6 +15,8 @@ 13 GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS) 14 GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS) 19 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -fno-common -c 22 diff -ru 3_0.orig/icu/source/configure 3_0/icu/source/configure 23 --- 3_0.orig/icu/source/configure 2008-10-20 14:58:10.000000000 -0700 [all …]
|
| D | 3_2 | 5 # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved 6 --- 3_2.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700 7 +++ 3_2/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700 8 @@ -13,8 +13,8 @@ 9 LD_FLAGS += -headerpad_max_install_names 12 -GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS) 13 -GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS) 18 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -fno-common -c 21 diff -ru 3_0.orig/icu/source/configure 3_0/icu/source/configure 22 --- 3_2.orig/icu/source/configure [all …]
|
| /third_party/libffi/ |
| D | ChangeLog | 3 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 …]
|
| /third_party/protobuf/third_party/googletest/ |
| D | configure | 2 # 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/icu/icu4c/source/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <http://icu-project.org/bugs>. 10 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 15 ## -------------------- ## 17 ## -------------------- ## 21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26 alias -g '${1+"$@"}'='"$@"' 29 case `(set -o) 2>/dev/null` in #( 31 set -o posix ;; #( [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <http://icu-project.org/bugs>. 10 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 15 ## -------------------- ## 17 ## -------------------- ## 21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26 alias -g '${1+"$@"}'='"$@"' 29 case `(set -o) 2>/dev/null` in #( 31 set -o posix ;; #( [all …]
|
| /third_party/protobuf/ |
| D | configure | 2 # 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/protobuf/third_party/googletest/googlemock/ |
| D | configure | 2 # 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/skia/third_party/externals/libpng/ |
| D | CHANGES | 1 CHANGES - changes for libpng 4 initial work-in-progress release 68 added png_read_update_info() - updates info structure with transformations 79 fixed some bugs (16-bit, 4-bit interlaced, etc.) 103 Changed warning/error callback functions to fix bug - this means you 115 in pngconf.h) - if nobody uses this, it may disappear in the future. 129 libpng will use the zlib CRC routines by (compile-time) default 130 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner) 139 of nearly identical error messages (will simplify multi-lingual 141 Try to get ready for unknown-chunk callback functions: [all …]
|
| D | configure | 2 # 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/protobuf/third_party/googletest/googletest/ |
| D | configure | 2 # 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/skia/third_party/externals/microhttpd/ |
| D | configure | 2 # 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/lame/ |
| D | configure | 2 # 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/python/ |
| D | configure | 2 # 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/libevdev/ |
| D | configure | 2 # 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/curl/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 126 | sed -e 's:unknown:success:' 2>/dev/null` 160 | tr -d "0123456789$xc_tab" 2>/dev/null` [all …]
|
| /third_party/NuttX/ |
| D | ReleaseNotes | 14 "nuttx-6.27"). 16 NuttX-0.1.0 17 ----------- 23 This release has been verified on both the Linux user-mode and C5471 25 for the C5471 can be found in arch/c5471/doc/test-results.txt. 29 NuttX-0.1.1 30 ----------- 42 This release has been verified on the Linux user-mode platform, the 51 NuttX-0.1.2 52 ----------- [all …]
|