From: Waldemar Brodkorb Date: Sun, 31 Jul 2016 21:41:26 +0000 (+0200) Subject: uclibc: disable PIE for microblaze X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd00d6d8a424644ebcaad1f587524f901cde1f48;p=buildroot.git uclibc: disable PIE for microblaze PIE is not supported at the moment for uClibc-ng/microblaze. Fixes: http://autobuild.buildroot.net/results/a5848753eb0e2b0ddf55e226c45b85fd3a1c84f3/ Signed-off-by: Waldemar Brodkorb Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/Config.in b/toolchain/Config.in index e5777c0ce6..0d9c39b0bb 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -19,7 +19,7 @@ config BR2_TOOLCHAIN_USES_GLIBC config BR2_TOOLCHAIN_USES_UCLIBC bool - select BR2_TOOLCHAIN_SUPPORTS_PIE if !BR2_m68k && !BR2_STATIC_LIBS + select BR2_TOOLCHAIN_SUPPORTS_PIE if !BR2_m68k && !BR2_microblaze && !BR2_STATIC_LIBS config BR2_TOOLCHAIN_USES_MUSL bool