mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Record glibc 2.24+ dependency
... on kernel headers of 3.2 and newer. Fixes #794. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
3d470580ce
commit
9b076a39ab
@ -21,6 +21,11 @@ if GLIBC_USE_PORTS_EXTERNAL
|
||||
source "config/versions/glibc-ports.in"
|
||||
endif
|
||||
|
||||
# Glibc has some dependencies on the kernel headers:
|
||||
config GLIBC_DEP_KERNEL_HEADERS_VERSION
|
||||
def_bool y
|
||||
select LINUX_REQUIRE_3_2_or_later if GLIBC_2_24_or_later
|
||||
|
||||
config THREADS
|
||||
default "nptl"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
origin='GNU'
|
||||
repository='git git://sourceware.org/git/glibc.git'
|
||||
mirrors='$(CT_Mirrors GNU glibc) $(CT_Mirrors sourceware glibc/releases)'
|
||||
milestones='2.17 2.20 2.23'
|
||||
milestones='2.17 2.20 2.23 2.24'
|
||||
|
@ -1,3 +1,4 @@
|
||||
repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
|
||||
mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})'
|
||||
relevantpattern='2.*.*|. *.*|.'
|
||||
milestones='3.2'
|
||||
|
Loading…
Reference in New Issue
Block a user