Config.in: disable PIC/PIE for microblaze
authorRomain Naour <romain.naour@gmail.com>
Sat, 12 Jun 2021 10:24:49 +0000 (12:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Jul 2021 13:48:13 +0000 (15:48 +0200)
commitd120f844604da2295bb7bd8fc6c1f4efbe8b5792
treeb2fb8fa933f509c43fb63a48c4575ea3226ec337
parent70dd4bd156bac2bde07751dc3c4d5da9b14d7d7c
Config.in: disable PIC/PIE for microblaze

As reported by Toolchain-builder project [1], the system doesn't
boot when PIC/PIE is enabled for glibc based toolchain (the init
process hang).

Also, hardening features may not be wanted or possible for such
slow soft-core cpus [2].

Like for NiosII, disable BR2_PIC_PIE.

[1] https://gitlab.com/bootlin/toolchains-builder/-/pipelines/318038406
[2] http://lists.busybox.net/pipermail/buildroot/2021-June/312416.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Config.in