Searched refs:biarch (Results 1 – 2 of 2) sorted by relevance
69 biarch := $(call cc-option,-m32) macro70 KBUILD_AFLAGS += $(biarch)71 KBUILD_CFLAGS += $(biarch)95 biarch := -m64 macro
502 biarch := $(call cc-option-yn, -m32)503 aflags-$(biarch) += -a32504 cflags-$(biarch) += -m32506 In the above example, $(biarch) is set to y if $(CC) supports the -m32507 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)