Searched refs:biarch (Results 1 – 3 of 3) sorted by relevance
69 biarch := $(call cc-option,-m32) macro70 KBUILD_AFLAGS += $(biarch)71 KBUILD_CFLAGS += $(biarch)95 biarch := -m64 macro
10 * Change the test for a biarch compiler to pass both the -m32 and -m64
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)