From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 5 Jul 2015 20:44:36 +0200 Subject: [U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64 In-Reply-To: <1435907589-31599-1-git-send-email-yamada.masahiro@socionext.com> References: <1435907589-31599-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20150705204436.2ec47d34@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Masahiro, On Fri, 3 Jul 2015 16:13:09 +0900, Masahiro Yamada 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 > --- > > 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.