Searched refs:biarch (Results 1 – 2 of 2) sorted by relevance
47 biarch := $(call cc-option,-m32) macro48 KBUILD_AFLAGS += $(biarch)49 KBUILD_CFLAGS += $(biarch)76 biarch := -m64 macro113 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)