Searched +full:gcc +full:- +full:g (Results 1 – 25 of 775) sorted by relevance
12345678910>>...31
... .zf Ja h] +o*7 Z - 3 w ]) g) g) g)
... g g g g g g g g g g g g g g g g g g g g 7 ...
5 (Addison-Wesley, 2024, ISBN-13 978-0138269722, ISBN-10 0138269726).9 This version of Awk handles UTF-8 and comma-separated values (CSV) input.18 UTF-8 sequences may appear in literal strings and regular expressions.23 Regular expressions may include UTF-8 code points, including `\u`.27 The option `--csv` turns on CSV processing of input:29 double-quote (`"`) characters, quoted fields may contain embedded newlines.30 Double-quotes in fields have to be doubled and enclosed in quoted fields.34 field-splitting in `split` is determined by CSV mode.76 * Please do not use functions or facilities that are not standard (e.g.,99 bison -d awkgram.y[all …]
2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.5 # This source code is licensed under both the BSD-style license (found in the8 # You may select, at your option, one of the above-listed licenses.24 # When cross-compiling from linux to windows, you might28 # Note: mingw-w64 build from linux to windows does not40 ## default: Build lib-release and zstd-release42 default: lib-release zstd-release53 $(Q)$(MAKE) -C $(PRGDIR) all54 $(Q)$(MAKE) -C $(TESTDIR) all58 $(MAKE) -C $(PRGDIR) zstd32[all …]
4 -8 - release9 - master10 - /appveyor*/11 - /visual*/14 - COMPILER: "gcc"17 SCRIPT: "make allzstd MOREFLAGS=-static"20 - COMPILER: "gcc"23 SCRIPT: "make allzstd MOREFLAGS=-static"27 - COMPILER: "clang-cl"[all …]
... k d He #f #f f f ,g ,g g g wh Gj k wh j j ...
1 ## -*- mode: perl; -*-8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {10 ASFLAGS => "-g",11 asflags => "-Ox -f win64 -DNEAR",12 asoutflag => "-o ",22 $die->("NASM not found - make sure it's installed and available on %PATH%\n");36 my $ver=`nasm -v 2>NUL`;37 my $vew=`nasmw -v 2>NUL`;41 asflags => "-f win32",42 asoutflag => "-o ",[all …]
2 # -*- mode: perl; -*-3 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.16 `$config{CROSS_COMPILE}$config{CC} -Wl,-V /dev/null 2>&1`;21 `$config{CROSS_COMPILE}$config{CC} -v 2>&1`;22 return grep /gcc/, @lines;27 'gnu-shared' => {28 shared_ldflag => '-shared -Wl,-Bsymbolic',29 shared_sonameflag => '-Wl,-soname=',31 'linux-shared' => sub {33 %{$shared_info{'gnu-shared'}},[all …]
5 find it out-of-date, or you have additions or changes, please let me know.12 COMPILER: cc, gcc, acc14 LIBES : -ltermcap23 COMPILER: cc, gcc25 LIBES : -lcurses -lsocket -lnsl29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes30 : on some files. In any case do not use -O with any of the41 LIBES : -lcurses -lsocket -lnsl52 LIBES : -lcurses -lsocket -lnsl61 COMPILER: cc, gcc[all …]
2 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])18 # needed for multi-threaded programs (defaults to the value of CC19 # respectively CXX otherwise). (This is necessary on e.g. AIX to use the36 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant38 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX).44 # ACTION-IF-FOUND is a list of shell commands to run if a threads library45 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it46 # is not found. If ACTION-IF-FOUND is not specified, the default action56 # Updated for Autoconf 2.68 by Daniel Richard G.[all …]
3 # MKlib_gen.sh -- generate sources from curses.h macro definitions8 # Copyright 2018-2021,2022 Thomas E. Dickey #9 # Copyright 1998-2016,2017 Free Software Foundation, Inc. #38 # by macros. Rather than hand-hack all that code, we actually53 # 5. cpp: macro-expand the file so the macro calls turn into C calls66 preprocessor="$1 -DNCURSES_WATTR_MACROS -DNCURSES_INTERNALS -I../include"71 # https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html74 # appears in gcc 5.0 and (with modification) in 5.1, making it necessary to75 # determine if we are using gcc, and if so, what version because the proposed79 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723[all …]
4 # COMPILER_TYPE is the major type of compiler. Currently gcc and clang support5 # automatic detection. Other compiler types can be shoe-horned in, but require7 # explicitly if, say, you install gcc as clang...13 # against 30300 for gcc likely isn't what you wanted (since versions of gcc21 # - c++17: supports full (or nearly full) C++17 programming environment.22 # - c++14: supports full (or nearly full) C++14 programming environment.23 # - c++11: supports full (or nearly full) C++11 programming environment.24 # - retpoline: supports the retpoline speculative execution vulnerability26 # - init-all: supports stack variable initialization.27 # - stackclash:supports stack clash protection[all …]
6 # overridden (e.g. if using a non-gcc compiler) by defining MK_WARNS=no.8 # for GCC: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html16 CFLAGS+= -std=iso9899:199018 CFLAGS+= -std=iso9899:19940920 CFLAGS+= -std=iso9899:199922 CFLAGS+= -std=${CSTD}26 CXXFLAGS+= -std=${CXXSTD}29 # This gives the Makefile we're evaluating at the top-level a chance to set37 # -pedantic is problematic because it also imposes namespace restrictions38 #CFLAGS+= -pedantic[all …]
2 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])18 # multi-threaded programs (defaults to the value of CC otherwise). (This32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX).40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it42 # is not found. If ACTION-IF-FOUND is not specified, the default action52 # Updated for Autoconf 2.68 by Daniel Richard G.56 # Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>[all …]
34 atf_check -s exit:0 ${LINT1} -g -S "$(atf_get_srcdir)/$1" /dev/null39 atf_check -s not-exit:0 -o ignore -e ignore ${LINT1} -g -S -w \74 "- operand"78 test_case check_valid gcc_func "Checks GCC __FUNCTION__"81 test_case check_valid gcc_variable_array_init "Checks GCC variable array" \91 test_case check_valid gcc_compound_statements1 "Checks GCC compound statements"92 test_case check_valid gcc_compound_statements2 "Checks GCC compound" \93 "statements with non-expressions"94 test_case check_valid gcc_compound_statements3 "Checks GCC compound" \97 # test_case check_valid gcc_extension "Checks GCC __extension__ and __typeof__"[all …]
4 The __lib__ directory is split into several sub-directories,10 …ventions](https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html#Makefile-Conventi…12 - `make` : generates both static and dynamic libraries13 - `make install` : install libraries and headers in target system directories22 …by default the dynamic library is multithreaded and static library is single-threaded (for compati…25 - set build macro `ZSTD_MULTITHREAD` (`-DZSTD_MULTITHREAD` for `gcc`)26 - for POSIX systems : compile with pthread (`-pthread` compilation flag for `gcc`)29 - Force enable multithreading on both dynamic and static libraries by appending `-mt` to the target…30 - Force disable multithreading on both dynamic and static libraries by appending `-nomt` to the tar…31 - By default, as mentioned before, dynamic library is multithreaded, and static library is single-t…[all …]
1 ##### http://autoconf-archive.cryp.to/acx_pthread.html5 # ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])17 # multi-threaded programs (defaults to the value of CC otherwise).21 # flags, but also link it with them as well. e.g. you should link32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute34 # that name (e.g[all...]
1 ##### http://autoconf-archive.cryp.to/acx_pthread.html5 # ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])17 # multi-threaded programs (defaults to the value of CC otherwise).21 # flags, but also link it with them as well. e.g. you should link32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX).36 # ACTION-IF-FOUND is a list of shell commands to run if a threads37 # library is found, and ACTION-IF-NOT-FOUND is a list of commands to38 # run it if it is not found. If ACTION-IF-FOUND is not specified, the51 # 2007-07-29[all …]
5 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}9 gcc -g -DSPARC_XXX ${DIVREM} -o ${.TARGET}
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/display/msm/qcom,qcm2290-mds[all...]
3 dnl ---------------------------------------------------------------------------4 dnl Copyright 2004-2022,2023 Thomas E. Dickey29 dnl ---------------------------------------------------------------------------30 dnl ---------------------------------------------------------------------------32 dnl ------------------42 [m4_if(m4_version_compare(m4_defn([AC_ACVERSION]), [$1]), -1, [$3], [$2])],46 dnl ---------------------------------------------------------------------------48 dnl --------------------56 dnl ---------------------------------------------------------------------------58 dnl -------------[all …]
44 AC_ARG_WITH(gcc, [ --without-gcc don't use gcc]) optwith47 $1="-I\$(srcdir)"52 if test -z "$CC" ; then64 if test -z "$CC" -a "$with_gcc" = no ; then71 dnl Determine which compiler we're using (cc or gcc)72 dnl If using gcc, determine the version number75 dnl use -O (AC_PROG_CC will use -g -O2 on gcc, so we don't need to76 dnl do that ourselves for gcc)77 dnl add -g flags, as appropriate80 dnl NOTE WELL: with newer versions of autoconf, "gcc" means any compiler[all …]
5 CWARNFLAGS?= -Wall -Wstrict-prototypes \6 -Wmissing-prototypes -Wpointer-arith -Wcast-qual \7 -Wundef -Wno-pointer-sign ${FORMAT_EXTENSIONS} \8 -Wmissing-include-dirs -fdiagnostics-show-option \9 -Wno-unknown-pragmas -Wswitch \13 # -Wextra19 NO_WCONSTANT_CONVERSION= -Wno-error=constant-conversion20 NO_WSHIFT_COUNT_NEGATIVE= -Wno-shift-count-negative21 NO_WSHIFT_COUNT_OVERFLOW= -Wno-shift-count-overflow22 NO_WSELF_ASSIGN= -Wno-self-assign[all …]
1 -z start-stop-gc4 If your ``-Wl,--gc-sections`` build fail with a linker error like this:8 …mbol needs to be retained under --gc-sections properly; consider -z nostart-stop-gc (see https://l…11 suffice under ``--gc-sections``.20 GNU ld 2.37 added ``-z start-stop-gc`` to restore the traditional behavior21 ld.lld 13.0.0 defaults to ``-z start-stop-gc`` and supports ``-z nostart-stop-gc``25 allowed GC (like ``-z start-stop-gc``).28 -----------------------------------33 .. code-block:: c40 (GCC 11 with modern binutils, Clang 13).[all …]
2 cross_compile = 'arm-none-eabi-'6 cpu = 'cortex-m7'11 c = cross_compile + 'gcc'12 cpp = cross_compile + 'g++'13 ar = cross_compile + 'gcc-ar'14 ranlib = cross_compile + 'gcc-ranlib'17 exe_wrapper = 'qemu-arm-static'