Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/
H A DMakefile69 biarch := $(call cc-option,-m32) macro
70 KBUILD_AFLAGS += $(biarch)
71 KBUILD_CFLAGS += $(biarch)
95 biarch := -m64 macro
/OK3568_Linux_fs/buildroot/board/qemu/ppc-mpc8544ds/patches/linux/
H A D0001-powerpc-Fix-mcpu-options-for-SPE-only-compiler.patch10 * Change the test for a biarch compiler to pass both the -m32 and -m64
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A 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)