diff --git a/Config.in b/Config.in index a146ba0f43..2ef5d407e4 100644 --- a/Config.in +++ b/Config.in @@ -729,6 +729,8 @@ comment "Security Hardening Options" config BR2_PIC_PIE_ARCH_SUPPORTS bool default y + # Microblaze glibc toolchains don't work with PIC/PIE enabled + depends on !BR2_microblaze # Nios2 toolchains produce non working binaries with -fPIC depends on !BR2_nios2