[Buildroot] [PATCH] uclibc: disable PIE for microblaze

Romain Naour romain.naour at gmail.com
Mon Aug 1 20:23:25 UTC 2016


Hi Waldemar,

Le 31/07/2016 à 23:41, Waldemar Brodkorb a écrit :
> PIE is not supported at the moment for uClibc-ng/microblaze.
> Fixes:
> http://autobuild.buildroot.net/results/a5848753eb0e2b0ddf55e226c45b85fd3a1c84f3/

Thanks for the quick reply and fix.

Reviewed-by: Romain Naour <romain.naour at gmail.com>

Best regards,
Romain


> 
> Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
> ---
>  toolchain/Config.in |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 5752380..464e1d9 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_arc && !BR2_m68k && !BR2_STATIC_LIBS
> +	select BR2_TOOLCHAIN_SUPPORTS_PIE if !BR2_arc && !BR2_m68k && !BR2_microblaze && !BR2_STATIC_LIBS
>  
>  config BR2_TOOLCHAIN_USES_MUSL
>  	bool
> 



More information about the buildroot mailing list