public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64
@ 2015-07-03  7:13 Masahiro Yamada
  2015-07-05 18:44 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2015-07-03  7:13 UTC (permalink / raw)
  To: u-boot

We have not supported the private library for ARM 64bit.
Prohibit ARM64 boards from enabling it until we make things ready.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Albert,

I think this patch is safe and possible for upcoming v2015.07 release.
Please consider applying it.


 arch/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 96db5c5..afa1d6c 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -18,7 +18,7 @@ config ARC
 
 config ARM
 	bool "ARM architecture"
-	select HAVE_PRIVATE_LIBGCC
+	select HAVE_PRIVATE_LIBGCC if !ARM64
 	select HAVE_GENERIC_BOARD
 	select SUPPORT_OF_CONTROL
 
-- 
1.9.1

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

* [U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64
  2015-07-03  7:13 [U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64 Masahiro Yamada
@ 2015-07-05 18:44 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2015-07-05 18:44 UTC (permalink / raw)
  To: u-boot

Hello Masahiro,

On Fri,  3 Jul 2015 16:13:09 +0900, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> We have not supported the private library for ARM 64bit.
> Prohibit ARM64 boards from enabling it until we make things ready.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
> Albert,
> 
> I think this patch is safe and possible for upcoming v2015.07 release.
> Please consider applying it.

Seeing as this does not affect any aarch64 target, it is indeed safe,
and it prevents selecting an option which is useless. Besides, we can
always revisit this if and when some aarch64 target needs a private
libgcc.

So:

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2015-07-05 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03  7:13 [U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64 Masahiro Yamada
2015-07-05 18:44 ` Albert ARIBAUD

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