
13 Dec
2024
13 Dec
'24
9:09 p.m.
On Mon, Nov 25, 2024 at 11:55:50AM +0000, Andrew Goodbody wrote:
Picking up a series from Dan Carpenter and applying requested changes for v2.
I had previously set CONFIG_64BIT for arm64. This patchset does the same thing for sandbox and x86_64. (Mips and riscv were already doing it). This CONFIG option is used in the Makefile to determine if it's a 32 or 64 bit system for the CHECKER.
Makefile 1052 # the checker needs the correct machine size 1053 CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)
Unfortunately this currently fails to build for chromebook_coral chromebook_samus_tpl qemu-x86_64 and snow platforms.
--
Tom