support/dependencies: add BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT
authorKamel Bouhara <kamel.bouhara@bootlin.com>
Mon, 6 Jul 2020 15:30:35 +0000 (17:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jul 2020 09:20:27 +0000 (11:20 +0200)
commite068f33700d63c4a89329fe3f168ae249544877c
treef4fecd2e38a10f458a1f79a1db009873df4e13c3
parentafb8a599557f1517951bec5f3390066618434c80
support/dependencies: add BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT

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>
Config.in
support/dependencies/dependencies.sh