[PATCH] MAKEALL: query CONFIG_64BIT before make instead of CONFIG_ARM64 after

Sascha Hauer s.hauer at pengutronix.de
Tue Sep 30 02:54:37 PDT 2025


On Tue, 30 Sep 2025 10:53:58 +0200, Ahmad Fatoum wrote:
> The current logic inside MAKEALL is flawed: We source an ARM64 config
> with CROSS_COMPILE=${CROSS_COMPILE_arm} and hope that CONFIG_ARM64
> results, so we can grep for it in the .config despite it missing in the
> defconfig.
> 
> Replace this by looking for CONFIG_64BIT instead in the defconfig
> directly. This symbol seems to be there for all ARM64 configs we have
> and if this ceases, CI will let us know.
> 
> [...]

Applied, thanks!

[1/1] MAKEALL: query CONFIG_64BIT before make instead of CONFIG_ARM64 after
      https://git.pengutronix.de/cgit/barebox/commit/?id=181e6c5d638f (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list