Searched refs:biarch (Results 1 – 2 of 2) sorted by relevance
68 biarch := $(call cc-option,-m32) macro69 KBUILD_AFLAGS += $(biarch)70 KBUILD_CFLAGS += $(biarch)94 biarch := -m64 macro
485 biarch := $(call cc-option-yn, -m32)486 aflags-$(biarch) += -a32487 cflags-$(biarch) += -m32489 In the above example, $(biarch) is set to y if $(CC) supports the -m32490 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)