Lines Matching refs:cc

290 	are assigned. They are used for all the normal cc, as and ld
438 cc-ldoption
439 cc-ldoption is used to check if $(CC) when used to link object files
445 vsyscall-flags += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
458 cc-option
459 cc-option is used to check if $(CC) supports a given option, and if
464 cflags-y += $(call cc-option,-march=pentium-mmx,-march=i586)
468 The second argument to cc-option is optional, and if omitted,
470 Note: cc-option uses KBUILD_CFLAGS for $(CC) options
472 cc-option-yn
473 cc-option-yn is used to check if gcc supports a given option
478 biarch := $(call cc-option-yn, -m32)
486 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options
488 cc-option-align
490 alignment of functions, loops etc. $(cc-option-align), when used
493 cc-option-align = -malign
495 cc-option-align = -falign
498 KBUILD_CFLAGS += $(cc-option-align)-functions=4
502 Note: cc-option-align uses KBUILD_CFLAGS for $(CC) options
504 cc-disable-warning
505 cc-disable-warning checks if gcc supports a given warning and returns
511 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
516 cc-version
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
527 if [ $(cc-version) -ge 0300 ] ; then \
533 cc-ifversion
534 cc-ifversion tests the version of $(CC) and equals the fourth parameter
540 ccflags-y := $(call cc-ifversion, -lt, 0402, -O1)
544 cc-ifversion takes all the shell operators:
549 cc-fullversion
550 cc-fullversion is useful when the exact version of gcc is needed.
552 cc-fullversion points out a more specific version than cc-version does.
556 $(Q)if test "$(cc-fullversion)" = "040200" ; then \
564 cc-cross-prefix
565 cc-cross-prefix is used to check if there exists a $(CC) in path with
570 call of cc-cross-prefix.
582 CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu-)
658 qconf.cc - identified by $(qconf-cxxobjs).
660 If qconf is composed of a mixture of .c and .cc files, then an
911 cflags-$(CONFIG_MPENTIUMII) += $(call cc-option,\
915 KBUILD_CFLAGS += $(call cc-option,-fno-unit-at-a-time)