Lines Matching refs:compiler

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
346 dnl Check whether the compiler supports an option to generate
356 dnl "generate dependencies" on one compiler but means something else
357 dnl on another compiler.
366 AC_MSG_CHECKING([whether the compiler supports generating dependencies])
369 # GCC, or a compiler deemed to be GCC by AC_PROG_CC (even
376 # Not GCC or a compiler deemed to be GCC; what platform is
377 # this? (We're assuming that if the compiler isn't GCC
378 # it's the compiler from the vendor of the OS; that won't
380 # the Intel C compiler.)
421 # Is ac_lbl_dependency_flag defined and, if so, does the compiler
496 # Platforms where the C compiler is GCC or accepts
541 # Sun/Oracle's C compiler, GCC, and GCC-compatible
543 # and we use the C compiler, not ld, for all linking,
551 # Set the appropriate compiler flags and, on platforms
566 # of the option, while on other platforms the C compiler
579 # Platforms where the C compiler is GCC or accepts
619 # Sun/Oracle's C compiler, GCC, and GCC-compatible
621 # and we use the C compiler, not ld, for all linking,
636 # at least some versions of HP's C compiler can inline that, but can't
685 # compiler will just think that those functions are undefined,
703 [define if __atomic_load_n is supported by the compiler])
718 [define if __atomic_store_n is supported by the compiler])
813 dnl Add some warning flags if the compiler supports them
865 # a run-time swap; perhaps the compiler always
874 # compile time, so that the compiler 1) warns
1245 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $2, overriding pkg-config])dnl