Config.in: disable Fortify Source for microblaze
authorRomain Naour <romain.naour@gmail.com>
Fri, 20 Aug 2021 22:53:41 +0000 (00:53 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 23 Aug 2021 21:08:05 +0000 (23:08 +0200)
commit2e94aeed1a97f5b66b9a8dc4f0133451b7b7b34f
treeaa2e51e94d9293af872640c43ebcf2b694f4efc6
parent181a5e229b347c1996eeca7d7727ee66bc566f01
Config.in: disable Fortify Source for microblaze

As reported by Toolchain-builder project [1], the microblaze glibc
toolchain creates a system that doesn't boot when FORTIFY_SOURCE is
enabled: the init process hangs.

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

Note: for completeness, BR2_RELRO_PARTIAL was manually tested and it
does boot.

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

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Config.in