Home
last modified time | relevance | path

Searched refs:biarch (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/
DMakefile47 biarch := $(call cc-option,-m32) macro
48 KBUILD_AFLAGS += $(biarch)
49 KBUILD_CFLAGS += $(biarch)
76 biarch := -m64 macro
113 ifneq ($(shell $(CONFIG_SHELL) $(cc_has_sp) $(CC) $(KBUILD_CPPFLAGS) $(biarch)),y)
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt478 biarch := $(call cc-option-yn, -m32)
479 aflags-$(biarch) += -a32
480 cflags-$(biarch) += -m32
482 In the above example, $(biarch) is set to y if $(CC) supports the -m32
483 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)