mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
The BR2_PACKAGE_LTRACE option has some architecture dependencies, but those architecture dependencies are not taken into account for the Config.in comment. To fix this, this commit introduces a BR2_PACKAGE_LTRACE_ARCH_SUPPORTS hidden boolean that gets used by both the BR2_PACKAGE_LTRACE option and the Config.in comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>