mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Some packages requires support on the build machine to create gcc plugins. This commit adds a blind option, BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT, which such packages can select. When this option is enabled, the logic in support/dependencies verifies that everything needed on the build machine to build gcc plugins is available. Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>