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
72 dnl Checks for a compiler flag and appends it to a result variable.
74 dnl \param 1 The shell variable containing the compiler name. Used for
76 dnl \param 2 The shell variable containing the flags for the compiler.
78 dnl \param 3 The name of the compiler flag to check for.
98 dnl Checks for a C compiler flag and appends it to a variable.
102 dnl \param 1 The name of the compiler flag to check for.
110 dnl Checks for a C++ compiler flag and appends it to a variable.
114 dnl \param 1 The name of the compiler flag to check for.
122 dnl Checks for a set of C compiler flags and appends them to CFLAGS.
141 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.