Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:g (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/freebsd/sys/dev/hpt27xx/
HDi386-elf.hpt27xx_lib.o ... .zf Ja h] +o*7 Z - 3 w ]) g) g) g)
/freebsd/sys/dev/hptnr/
HDi386-elf.hptnr_lib.o ... g g g g g g g g g g g g g g g g g g g g 7 ...
/freebsd/contrib/one-true-awk/
H A DREADME.md5 (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 …]
/freebsd/sys/contrib/zstd/
H A DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
H A Dappveyor.yml4 -
8 - release
9 - master
10 - /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 …]
/freebsd/sys/dev/hptrr/
HDi386-elf.hptrr_lib.o ... k d He #f #f f f ,g ,g g g wh Gj k wh j j ...
/freebsd/crypto/openssl/Configurations/
H A D10-main.conf1 ## -*- 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 …]
H A Dshared-info.pl2 # -*- 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 …]
/freebsd/contrib/tcsh/
H A DPorted5 find it out-of-date, or you have additions or changes, please let me know.
12 COMPILER: cc, gcc, acc
14 LIBES : -ltermcap
23 COMPILER: cc, gcc
25 LIBES : -lcurses -lsocket -lnsl
29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes
30 : on some files. In any case do not use -O with any of the
41 LIBES : -lcurses -lsocket -lnsl
52 LIBES : -lcurses -lsocket -lnsl
61 COMPILER: cc, gcc
[all …]
/freebsd/contrib/unbound/
H A Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
18 # needed for multi-threaded programs (defaults to the value of CC
19 # respectively CXX otherwise). (This is necessary on e.g. AIX to use the
36 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
38 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX).
44 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
45 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
46 # is not found. If ACTION-IF-FOUND is not specified, the default action
56 # Updated for Autoconf 2.68 by Daniel Richard G.
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh3 # MKlib_gen.sh -- generate sources from curses.h macro definitions
8 # 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 actually
53 # 5. cpp: macro-expand the file so the macro calls turn into C calls
66 preprocessor="$1 -DNCURSES_WATTR_MACROS -DNCURSES_INTERNALS -I../include"
71 # https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
74 # appears in gcc 5.0 and (with modification) in 5.1, making it necessary to
75 # determine if we are using gcc, and if so, what version because the proposed
79 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723
[all …]
/freebsd/share/mk/
H A Dbsd.compiler.mk4 # COMPILER_TYPE is the major type of compiler. Currently gcc and clang support
5 # automatic detection. Other compiler types can be shoe-horned in, but require
7 # explicitly if, say, you install gcc as clang...
13 # against 30300 for gcc likely isn't what you wanted (since versions of gcc
21 # - 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 vulnerability
26 # - init-all: supports stack variable initialization.
27 # - stackclash:supports stack clash protection
[all …]
H A Dbsd.sys.mk6 # 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.html
16 CFLAGS+= -std=iso9899:1990
18 CFLAGS+= -std=iso9899:199409
20 CFLAGS+= -std=iso9899:1999
22 CFLAGS+= -std=${CSTD}
26 CXXFLAGS+= -std=${CXXSTD}
29 # This gives the Makefile we're evaluating at the top-level a chance to set
37 # -pedantic is problematic because it also imposes namespace restrictions
38 #CFLAGS+= -pedantic
[all …]
/freebsd/sys/contrib/libsodium/m4/
H A Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX).
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
52 # Updated for Autoconf 2.68 by Daniel Richard G.
56 # Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dt_integration.sh34 atf_check -s exit:0 ${LINT1} -g -S "$(atf_get_srcdir)/$1" /dev/null
39 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 …]
/freebsd/sys/contrib/zstd/lib/
H A DREADME.md4 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 libraries
13 - `make install` : install libraries and headers in target system directories
22 …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 …]
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html
5 # 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 link
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute
34 # that name (e.g
[all...]
/freebsd/contrib/libevent/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html
5 # 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 link
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute
34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX).
36 # ACTION-IF-FOUND is a list of shell commands to run if a threads
37 # library is found, and ACTION-IF-NOT-FOUND is a list of commands to
38 # run it if it is not found. If ACTION-IF-FOUND is not specified, the
51 # 2007-07-29
[all …]
/freebsd/lib/libc/quad/TESTS/
H A DMakefile5 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}
9 gcc -g -DSPARC_XXX ${DIVREM} -o ${.TARGET}
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dqcom,qcm2290-mdss.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/msm/qcom,qcm2290-mds
[all...]
/freebsd/contrib/byacc/
H A Daclocal.m43 dnl ---------------------------------------------------------------------------
4 dnl Copyright 2004-2022,2023 Thomas E. Dickey
29 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 …]
/freebsd/contrib/libpcap/
H A Daclocal.m444 AC_ARG_WITH(gcc, [ --without-gcc don't use gcc]) optwith
47 $1="-I\$(srcdir)"
52 if test -z "$CC" ; then
64 if test -z "$CC" -a "$with_gcc" = no ; then
71 dnl Determine which compiler we're using (cc or gcc)
72 dnl If using gcc, determine the version number
75 dnl use -O (AC_PROG_CC will use -g -O2 on gcc, so we don't need to
76 dnl do that ourselves for gcc)
77 dnl add -g flags, as appropriate
80 dnl NOTE WELL: with newer versions of autoconf, "gcc" means any compiler
[all …]
/freebsd/sys/conf/
H A Dkern.mk5 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 # -Wextra
19 NO_WCONSTANT_CONVERSION= -Wno-error=constant-conversion
20 NO_WSHIFT_COUNT_NEGATIVE= -Wno-shift-count-negative
21 NO_WSHIFT_COUNT_OVERFLOW= -Wno-shift-count-overflow
22 NO_WSELF_ASSIGN= -Wno-self-assign
[all …]
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst1 -z start-stop-gc
4 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 behavior
21 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:: c
40 (GCC 11 with modern binutils, Clang 13).
[all …]
/freebsd/crypto/libecc/support/meson/
H A Darmv7em-noneabi.ini2 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'

12345678910>>...31