All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next] glibc: remove unnecessary !BR2_sparc dependencies
@ 2016-08-20 14:12 Thomas Petazzoni
  2016-08-22 20:46 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2016-08-20 14:12 UTC (permalink / raw)
  To: buildroot

The BR2_TOOLCHAIN_BUILDROOT_GLIBC option is already not selectable on
BR2_sparc, so there is no need to have an additional "depends on
!BR2_sparc" on each of the glibc versions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/glibc/Config.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index de95cb2..85aace6 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -12,20 +12,14 @@ choice
 
 config BR2_GLIBC_VERSION_2_22
 	bool "2.22"
-	# No support for pthread barriers on < v9 ISA
-	depends on !BR2_sparc
 	# Too old to build with gcc >= 6.x
 	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6
 
 config BR2_GLIBC_VERSION_2_23
 	bool "2.23"
-	# No support for pthread barriers on < v9 ISA
-	depends on !BR2_sparc
 
 config BR2_GLIBC_VERSION_2_24
 	bool "2.24"
-	# No support for pthread barriers on < v9 ISA
-	depends on !BR2_sparc
 	# Linux 3.2 or later kernel headers are required on all arches.
 	# See: https://sourceware.org/ml/libc-alpha/2016-08/msg00212.html
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
-- 
2.7.4

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

* [Buildroot] [PATCH/next] glibc: remove unnecessary !BR2_sparc dependencies
  2016-08-20 14:12 [Buildroot] [PATCH/next] glibc: remove unnecessary !BR2_sparc dependencies Thomas Petazzoni
@ 2016-08-22 20:46 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-08-22 20:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > The BR2_TOOLCHAIN_BUILDROOT_GLIBC option is already not selectable on
 > BR2_sparc, so there is no need to have an additional "depends on
 > !BR2_sparc" on each of the glibc versions.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-08-22 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-20 14:12 [Buildroot] [PATCH/next] glibc: remove unnecessary !BR2_sparc dependencies Thomas Petazzoni
2016-08-22 20:46 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.