此段代码即是根据try-run的运行结果确定工具链是否支持elf32_x86_64,如果支持则定义CONFIG_X86_X32_ABI,否则输出前述编译警告。 try-run在scripts/Kbuild.include中定义: # output directory for tests belowTMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)# try-run# Usage: option = ...
Include code to run binaries for the x32 native 32-bit ABI for 64-bit processors. An x32 proc...
x32-abi-windows.vcxproj.user x32-abi-windows / x86-64X32 Not actually ABI in any regular sense.In this crude test I'm using this title only to convey that the purpose of this code is similar of the X32 ABI on Linux, which is: running 64-bit code with 32-bit pointers, for performan...
此段代码即是根据try-run的运行结果确定工具链是否支持elf32_x86_64,如果支持则定义CONFIG_X86_X32_ABI,否则输出前述编译警告。 try-run在scripts/Kbuild.include中定义: # output directory for tests belowTMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)# try-run# Usage: option = ...