| /freebsd/contrib/lutok/m4/ |
| H A D | compiler-flags.m4 | 29 dnl \file compiler-flags.m4 31 dnl Macros to check for the existence of compiler flags. The macros in this 35 dnl strict warning checking in the compiler (i.e. enable -Werror). Some 39 dnl the macros below will pass -Werror to the compiler along with any other flag 43 dnl Checks for a compiler flag and sets a result variable. 47 dnl \param 1 The shell variable containing the compiler name. Used for 49 dnl \param 2 The shell variable containing the flags for the compiler. 51 dnl \param 3 The name of the compiler flag to check for. 54 dnl \param 5 Additional, optional flags to pass to the C compiler while 72 dnl Checks for a compiler flag and appends it to a result variable. [all …]
|
| H A D | compiler-features.m4 | 32 dnl Ensures the C++ compiler detected by AC_PROG_CXX is present and works. 33 dnl The compiler check should be performed here, but it seems like Autoconf 37 AC_CACHE_CHECK([whether the C++ compiler works], 45 AC_MSG_ERROR([C++ compiler cannot create executables]) 52 dnl Checks if the current compiler has a way to mark functions that do not 58 dnl compiler) does not. And in that case, CC just raises a warning 80 dnl Checks if the current compiler has a way to mark parameters as unused
|
| /freebsd/contrib/kyua/m4/ |
| H A D | compiler-flags.m4 | 29 dnl \file compiler-flags.m4 31 dnl Macros to check for the existence of compiler flags. The macros in this 35 dnl strict warning checking in the compiler (i.e. enable -Werror). Some 39 dnl the macros below will pass -Werror to the compiler along with any other flag 43 dnl Checks for a compiler flag and sets a result variable. 47 dnl \param 1 The shell variable containing the compiler name. Used for 49 dnl \param 2 The shell variable containing the flags for the compiler. 51 dnl \param 3 The name of the compiler flag to check for. 54 dnl \param 5 Additional, optional flags to pass to the C compiler while 64 # because some compiler flags that we test for may actually not be [all …]
|
| /freebsd/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 175 compiler-rt/.gitignore 176 compiler-rt/CMakeLists.txt 177 compiler-rt/CODE_OWNERS.TXT 178 compiler-rt/cmake/ 179 compiler-rt/docs/ 180 compiler-rt/include/CMakeLists.txt 181 compiler-rt/lib/CMakeLists.txt 182 compiler-rt/lib/asan/.clang-format 183 compiler-rt/lib/asan/CMakeLists.txt 184 compiler-rt/lib/asan/scripts/ [all …]
|
| /freebsd/contrib/tnftp/ |
| H A D | INSTALL | 8 = NOTE: You will need an ANSI C compiler. = 46 compiler related settings. 47 CC=compiler specify name of the C compiler (default: gcc or cc) 48 CFLAGS=flags specify flags to C compiler (default: -O -g or just -O) 52 env CC="compiler" CFLAGS="flags" LDFLAGS="flags" ./configure 57 = NOTE: You will need an ANSI C compiler. =
|
| /freebsd/tools/build/options/ |
| H A D | WITH_SYSTEM_COMPILER | 1 Opportunistically skip building a cross-compiler during the 3 If the currently installed compiler matches the planned bootstrap compiler 5 This does not prevent a compiler from being built for installation though,
|
| H A D | WITHOUT_SYSTEM_COMPILER | 1 Do not opportunistically skip building a cross-compiler during the 3 Normally, if the currently installed compiler matches the planned bootstrap 4 compiler type and revision, then it will not be built. 5 This does not prevent a compiler from being built for installation though,
|
| H A D | WITHOUT_WERROR | 1 Set this to not treat compiler warnings as errors. 2 Useful as a temporary workaround when working on fixing compiler warnings.
|
| H A D | WITHOUT_CLANG_BOOTSTRAP | 1 Do not build the Clang C/C++ compiler during the bootstrap phase of 4 enabled unless an alternate compiler is provided via XCC.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | rust | 7 # Rust compiler metadata 9 # URL: https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_metadata/src/rmeta/mod.rs 11 >12 string \014rustc\x20 Rust compiler metadata 17 # URL: https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_incremental/src/persist/file_fo…
|
| /freebsd/contrib/bc/scripts/ |
| H A D | release.pkg.yao | 263 * @param cflags The C compiler flags. 264 * @param cc The C compiler. 334 * @param cflags The C compiler flags. 335 * @param cc The C compiler. 381 * @param cflags The C compiler flags. 382 * @param cc The C compiler. 480 * @param cflags The C compiler flags. 481 * @param cc The C compiler. 546 * @param cflags The C compiler flags. 547 * @param cc The C compiler. [all …]
|
| /freebsd/contrib/jemalloc/scripts/ |
| H A D | gen_travis.py | 143 def get_extra_cflags(os, compiler): argument 152 if compiler != CL.value: 159 if compiler == CLANG.value or os == OSX: 184 compiler = GCC.value 186 compiler = compilers[0] 197 compiler, 201 stringify(get_extra_cflags(os, compiler), 'EXTRA_CFLAGS'),
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | os_cflags.m4 | 2 dnl Specify additional compile options based on the OS and the compiler 4 AC_MSG_CHECKING([additional compiler flags]) 44 # use Ansi compiler on HPUX, and some -Wp magic 55 # use Ansi compiler on HPUX 63 # do not use 64-bit compiler
|
| H A D | ax_c99_struct_init.m4 | 11 # This macro defines MISSING_C99_STRUCT_INIT if the C compiler does not 41 AC_MSG_CHECKING([whether the compiler supports C99 structure initialization]) 55 [Define to 1 if the compiler does not support C99's structure initialization.]),
|
| /freebsd/contrib/byacc/ |
| H A D | vmsbuild.com | 2 $! VMS build-script for BYACC. Requires installed C compiler 7 $! $ @vmsbuild [BYACC [<compiler> [bld_target]]] 10 $! <compiler> :== { decc | vaxc } 12 $! The default compiler on VAX hosts is vaxc, else decc (Alpha hosts). 99 $ write sys$output "C compiler required to rebuild BYACC"
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | BUCK | 78 name='compiler', 82 ('common', 'compiler.h'), 122 ':compiler', 201 ':compiler', 222 ':compiler',
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | AArch64CPUFeatures.inc | 10 // testing of this code between LLVM and compiler-rt, primarily that the files 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make 16 // compiler-rt. compiler-rt tests will fail if the two files are not synced up.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | AArch64CPUFeatures.inc | 10 // testing of this code between LLVM and compiler-rt, primarily that the files 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make 16 // compiler-rt. compiler-rt tests will fail if the two files are not synced up.
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat-source.txt | 18 C compiler is needed to compile the code. Support for the extended double- 19 precision and quadruple-precision formats is dependent on the C compiler 26 independent and should be compilable using any ISO/ANSI C compiler. At the 34 SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has 48 and quadruple-precision formats depends on the C compiler implementing 50 C compiler is 32 bits, SoftFloat is limited to the single- and double- 134 `<processor>-<executable-type>-<compiler>'. The names of the supplied 143 <compiler>: 173 `<processor>-<compiler>.h'. 175 If 64-bit integers are supported by the compiler, the macro name `BITS64' [all …]
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | clang.m4 | 1 dnl Determine whether the current compiler is Clang. 3 dnl If the current compiler is Clang, set the shell variable CLANG to yes. 24 [AC_CACHE_CHECK([if the compiler is Clang], [rra_cv_prog_cc_clang],
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | host-cpu-c-abi.m4 | 64 # On x86_64 systems, the C compiler may be generating code in one of 101 # On arm64 systems, the C compiler may be generating code in one of 148 # On hppa, the C compiler may be generating 32-bit code or 64-bit 163 # On ia64 on HP-UX, the C compiler may be generating 64-bit code or 209 # On powerpc64 systems, the C compiler may still be generating 210 # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may 295 # On s390x, the C compiler may be generating 64-bit (= s390x) code 311 # C compiler still generates 32-bit code. 483 # On x86_64 systems, the C compiler may be generating code in one of 506 # On arm64 systems, the C compiler may be generating code in one of [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_Applink.pod | 5 OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time 14 between OpenSSL BIO layer and Win32 compiler run-time environment. 18 compiler of their choice and link it into the target application.
|
| /freebsd/contrib/bearssl/mk/ |
| H A D | mkT0.cmd | 4 rem This script uses the command-line C# compiler csc.exe, which is 7 rem implemented in the compiler provided with framework 2.0.50727). 27 echo C# compiler not found
|
| /freebsd/contrib/libpcap/ |
| H A D | aclocal.m4 | 71 dnl Determine which compiler we're using (cc or gcc) 80 dnl NOTE WELL: with newer versions of autoconf, "gcc" means any compiler 107 # Try to have the compiler default to hiding symbols, 126 # Try to have the compiler default to hiding symbols, 182 # The DEC C compiler, which is what we presume we're 207 # Try to have the compiler default to hiding symbols, 258 dnl Check whether the compiler option specified as the second argument 259 dnl is supported by the compiler and, if so, add it to the macro 272 AC_MSG_CHECKING([whether the compiler supports the $2 option]) 279 # testing compiler options - 15 years after somebody asked [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | module.modulemap | 5 * This file tells the Clang compiler how to treat libarchive as a "module" - 11 * the compiler uses this file to know which headers belong to libarchive 12 * - Instead of processing each #include separately, the compiler can load a
|