Searched refs:biarch (Results 1 – 2 of 2) sorted by relevance
57 biarch := $(call cc-option,-m32) macro58 KBUILD_AFLAGS += $(biarch)59 KBUILD_CFLAGS += $(biarch)86 biarch := -m64 macro132 ifneq ($(shell $(CONFIG_SHELL) $(cc_has_sp) $(CC) $(KBUILD_CPPFLAGS) $(biarch)),y)
478 biarch := $(call cc-option-yn, -m32)479 aflags-$(biarch) += -a32480 cflags-$(biarch) += -m32482 In the above example, $(biarch) is set to y if $(CC) supports the -m32483 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)