Lines Matching refs:gcc
421 $(CC) is usually the gcc compiler, but other alternatives are
473 cc-option-yn is used to check if gcc supports a given option
489 gcc versions >= 3.0 changed the type of options used to specify
492 gcc < 3.00
494 gcc >= 3.00
501 gcc >= 3.00. For gcc < 3.00, -malign-functions=4 is used.
505 cc-disable-warning checks if gcc supports a given warning and returns
507 because gcc 4.4 and later accept any unknown -Wno-* option and only
514 KBUILD_CFLAGS only if gcc really accepts it.
519 gcc 3.41 would return 0341.
521 area, for example -mregparm=3 was broken in some gcc versions
522 even though the option was accepted by gcc.
530 In the above example, -mregparm=3 is only used for gcc version greater
531 than or equal to gcc 3.0.
550 cc-fullversion is useful when the exact version of gcc is needed.