Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] Disable gcc-4.8.x + binutils-2.26 + MIPS combination
@ 2016-03-15 11:28 Vicente Olivert Riera
  2016-03-15 11:28 ` [Buildroot] [PATCH 2/2] valgrind: disable for MIPS soft-float when using binutils >= 2.25 Vicente Olivert Riera
  2016-03-15 13:36 ` [Buildroot] [PATCH 1/2] Disable gcc-4.8.x + binutils-2.26 + MIPS combination Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Vicente Olivert Riera @ 2016-03-15 11:28 UTC (permalink / raw)
  To: buildroot

For the same reason as we disabled it for binutils-2.25 before.

See 2fda0dd7d491e6e926ace1cd09ad2fb241356232 for details.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/gcc/Config.in.host | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 4845708..513899e 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -42,8 +42,9 @@ choice
 		depends on !BR2_cortex_a12 && !BR2_cortex_a17
 		# Broken or unsupported PPC cores
 		depends on !BR2_powerpc_power8
-		# gcc-4.8.x + binutils-2.25 is broken for MIPS
-		depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && BR2_BINUTILS_VERSION_2_25_X)
+		# gcc-4.8.x + binutils >= 2.25 is broken for MIPS
+		depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && \
+			   (BR2_BINUTILS_VERSION_2_25_X || BR2_BINUTILS_VERSION_2_26_X))
 		# Unsupported for MIPS R6
 		depends on !BR2_mips_32r6 && !BR2_mips_64r6
 		select BR2_GCC_NEEDS_MPC
-- 
2.4.10

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

end of thread, other threads:[~2016-04-04 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 11:28 [Buildroot] [PATCH 1/2] Disable gcc-4.8.x + binutils-2.26 + MIPS combination Vicente Olivert Riera
2016-03-15 11:28 ` [Buildroot] [PATCH 2/2] valgrind: disable for MIPS soft-float when using binutils >= 2.25 Vicente Olivert Riera
2016-03-15 13:37   ` Thomas Petazzoni
2016-03-15 14:47   ` Waldemar Brodkorb
2016-04-04 15:21     ` Waldemar Brodkorb
2016-03-15 13:36 ` [Buildroot] [PATCH 1/2] Disable gcc-4.8.x + binutils-2.26 + MIPS combination Thomas Petazzoni
2016-03-15 13:55   ` Vicente Olivert Riera

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