Lines Matching refs:compiler
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
82 dnl Checks for a compiler flag and appends it to a result variable.
84 dnl \param 1 The shell variable containing the compiler name. Used for
86 dnl \param 2 The shell variable containing the flags for the compiler.
88 dnl \param 3 The name of the compiler flag to check for.
108 dnl Checks for a C compiler flag and appends it to a variable.
112 dnl \param 1 The name of the compiler flag to check for.
120 dnl Checks for a C++ compiler flag and appends it to a variable.
124 dnl \param 1 The name of the compiler flag to check for.
132 dnl Checks for a set of C compiler flags and appends them to CFLAGS.
151 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.