/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 …]
|
H A D | ax_cxx_compile_stdcxx.m4 | 11 # Check for baseline language coverage in the compiler for the specified 122 AC_MSG_ERROR([*** A compiler with support for C++$1 language features is required.]) 127 AC_MSG_NOTICE([No compiler with C++$1 support was found]) 131 [define if the compiler supports basic C++$1 syntax]) 161 // If the compiler admits that it is not ready for C++11, why torture it? 166 #error "This is not a C++ compiler" 170 #error "This is not a C++11 compiler" 452 // If the compiler admits that it is not ready for C++14, why torture it? 457 #error "This is not a C++ compiler" 461 #error "This is not a C++14 compiler" [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/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/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/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/cortex-strings/benchmarks/dhry/ |
H A D | dhry_1.c | 25 #define compiler "Watcom C/C++ 10.5 Win386" macro 29 #define compiler "Watcom C/C++ 10.5 Win386" macro 33 #define compiler "Watcom C/C++ 10.5 Dos4GW" macro 37 #define compiler "Watcom C/C++ 10.5 Dos4GW" macro 41 #define compiler "Watcom C/C++ 10.5 Win32NT" macro 45 #define compiler "Watcom C/C++ 10.5 Win32NT" macro 49 #define compiler "Watcom C/C++ 10.5 OS/2-32" macro 53 #define compiler "Watcom C/C++ 10.5 OS/2-32" macro 193 printf ("Compiler %s\n", compiler); in main() 507 fprintf (Ap, "Compiler %s\n", compiler); in main()
|
/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/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/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/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/sys/contrib/xz-embedded/ |
H A D | README | 52 kernel) or with any C99 compiler. Getting the code to compile with 53 non-GNU C89 compiler or a C++ compiler should be quite easy as 77 that directory must be in the compiler include path when compiling 100 to #define XZ_DEC_CONCATENATED in xz_config.h or in compiler flags. 112 compiler flags. 120 in xz_config.h or in compiler flags: 142 #defines in xz_config.h or in compiler flags. You don't need these
|
/freebsd/lib/libclang_rt/ |
H A D | Makefile.inc | 1 .include <bsd.compiler.mk> 4 CRTSRC= ${SRCTOP}/contrib/llvm-project/compiler-rt
|