Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/
DMakefile68 biarch := $(call cc-option,-m32) macro
69 KBUILD_AFLAGS += $(biarch)
70 KBUILD_CFLAGS += $(biarch)
94 biarch := -m64 macro
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt485 biarch := $(call cc-option-yn, -m32)
486 aflags-$(biarch) += -a32
487 cflags-$(biarch) += -m32
489 In the above example, $(biarch) is set to y if $(CC) supports the -m32
490 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)