Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] uclibc: disable PIE for microblaze
@ 2016-07-31 21:41 Waldemar Brodkorb
  2016-08-01 20:23 ` Romain Naour
  2016-08-01 21:02 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2016-07-31 21:41 UTC (permalink / raw)
  To: buildroot

PIE is not supported at the moment for uClibc-ng/microblaze.
Fixes:
http://autobuild.buildroot.net/results/a5848753eb0e2b0ddf55e226c45b85fd3a1c84f3/

Signed-off-by: Waldemar Brodkorb <wbx@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
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] uclibc: disable PIE for microblaze
  2016-07-31 21:41 [Buildroot] [PATCH] uclibc: disable PIE for microblaze Waldemar Brodkorb
@ 2016-08-01 20:23 ` Romain Naour
  2016-08-01 21:02 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2016-08-01 20:23 UTC (permalink / raw)
  To: buildroot

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@gmail.com>

Best regards,
Romain


> 
> Signed-off-by: Waldemar Brodkorb <wbx@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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] uclibc: disable PIE for microblaze
  2016-07-31 21:41 [Buildroot] [PATCH] uclibc: disable PIE for microblaze Waldemar Brodkorb
  2016-08-01 20:23 ` Romain Naour
@ 2016-08-01 21:02 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-08-01 21:02 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 31 Jul 2016 23:41:26 +0200, Waldemar Brodkorb wrote:
> PIE is not supported at the moment for uClibc-ng/microblaze.
> Fixes:
> http://autobuild.buildroot.net/results/a5848753eb0e2b0ddf55e226c45b85fd3a1c84f3/
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  toolchain/Config.in |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-01 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-31 21:41 [Buildroot] [PATCH] uclibc: disable PIE for microblaze Waldemar Brodkorb
2016-08-01 20:23 ` Romain Naour
2016-08-01 21:02 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox