Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/
DMakefile69 biarch := $(call cc-option,-m32) macro
70 KBUILD_AFLAGS += $(biarch)
71 KBUILD_CFLAGS += $(biarch)
95 biarch := -m64 macro
/Linux-v5.4/Documentation/kbuild/
Dmakefiles.rst502 biarch := $(call cc-option-yn, -m32)
503 aflags-$(biarch) += -a32
504 cflags-$(biarch) += -m32
506 In the above example, $(biarch) is set to y if $(CC) supports the -m32
507 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)