Config.in: add BR2_PIC_PIE_ARCH_SUPPORTS hidden option
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Jul 2021 13:45:19 +0000 (15:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Jul 2021 13:48:13 +0000 (15:48 +0200)
commit70dd4bd156bac2bde07751dc3c4d5da9b14d7d7c
tree90c74fc77e80728836b4d622acaec99e937d5f0b
parente5637786be2d9ff6424fb902411750938cb1efd9
Config.in: add BR2_PIC_PIE_ARCH_SUPPORTS hidden option

The nios2 architecture is already excluded from PIC/PIE due to issues,
and we're going to also exclude Microblaze, so let's introduce a
BR2_PIC_PIE_ARCH_SUPPORTS hidden boolean to facilitate adding this new
architecture exclusion.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Config.in