Searched refs:biarch (Results 1 – 2 of 2) sorted by relevance
65 biarch := $(call cc-option,-m32) macro66 KBUILD_AFLAGS += $(biarch)67 KBUILD_CFLAGS += $(biarch)91 biarch := -m64 macro
532 biarch := $(call cc-option-yn, -m32)533 aflags-$(biarch) += -a32534 cflags-$(biarch) += -m32536 In the above example, $(biarch) is set to y if $(CC) supports the -m32537 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)