Lines Matching refs:CC

20 	   --- 3.11 $(CC) support functions
296 ccflags-y specifies options for compiling with $(CC).
334 $(CFLAGS_$@) specifies per-file options for $(CC). The $@
362 Thus, if you change an option to $(CC) all affected files will
416 --- 3.11 $(CC) support functions
419 $(CC), each supporting a unique set of features and options.
420 kbuild provides basic support to check for valid options for $(CC).
421 $(CC) is usually the gcc compiler, but other alternatives are
425 as-option is used to check if $(CC) -- when used to compile
434 -Wa$(comma)-isa=$(isa-y) if it is supported by $(CC).
439 cc-ldoption is used to check if $(CC) when used to link object files
448 -Wl$(comma)--hash-style=sysv if it is supported by $(CC).
459 cc-option is used to check if $(CC) supports a given option, and if
467 -march=pentium-mmx if supported by $(CC), otherwise -march=i586.
470 Note: cc-option uses KBUILD_CFLAGS for $(CC) options
482 In the above example, $(biarch) is set to y if $(CC) supports the -m32
486 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options
502 Note: cc-option-align uses KBUILD_CFLAGS for $(CC) options
517 cc-version returns a numerical version of the $(CC) compiler version.
520 cc-version is useful when a specific $(CC) version is faulty in one
534 cc-ifversion tests the version of $(CC) and equals the fourth parameter
543 $(CC) version is less than 4.2.
565 cc-cross-prefix is used to check if there exists a $(CC) in path with
567 prefix$(CC) in the PATH is returned - and if no prefix$(CC) is found
892 KBUILD_CFLAGS $(CC) compiler flags
933 KBUILD_CFLAGS_KERNEL $(CC) options specific for built-in
938 KBUILD_CFLAGS_MODULE Options for $(CC) when building modules
941 are used for $(CC).