Files
u-boot/arch/sandbox/include/asm
Tom Rini f4e8711965 Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64"
Andrew Goodbody <andrew.goodbody@linaro.org> says:

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)

Link: https://lore.kernel.org/r/20241216180736.1933807-1-andrew.goodbody@linaro.org
2024-12-31 10:58:36 -06:00
..
2023-11-07 14:49:40 -05:00
2024-07-15 12:12:18 -06:00
2024-01-29 22:35:02 -05:00
2022-12-22 10:31:48 -05:00
2024-12-28 11:59:42 -06:00
2022-06-23 12:58:18 -04:00
2022-01-19 18:11:34 +01:00
2021-09-25 09:46:15 -06:00
2023-11-07 14:50:52 -05:00
2023-11-07 14:50:52 -05:00
2023-11-07 14:50:52 -05:00
2023-03-02 17:45:58 -05:00
2023-07-20 14:10:57 -06:00
2024-10-03 11:52:16 -06:00
2022-04-14 15:39:15 -04:00
2018-09-23 21:55:30 +02:00
2024-08-09 16:03:20 -06:00