Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/
DMakefile65 biarch := $(call cc-option,-m32) macro
66 KBUILD_AFLAGS += $(biarch)
67 KBUILD_CFLAGS += $(biarch)
91 biarch := -m64 macro
/Linux-v5.10/Documentation/kbuild/
Dmakefiles.rst532 biarch := $(call cc-option-yn, -m32)
533 aflags-$(biarch) += -a32
534 cflags-$(biarch) += -m32
536 In the above example, $(biarch) is set to y if $(CC) supports the -m32
537 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)