diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-16 14:26:31 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-16 14:26:31 -0700 |
commit | 9b076a39abf04442245738bf434cc35a85f502ca (patch) | |
tree | 7bc58233f52e32c5a188ad601d64826375e61f81 /config/libc | |
parent | 3d470580cedeffb86d33832ffffc7ad010978b4f (diff) | |
download | crosstool-ng-9b076a39abf04442245738bf434cc35a85f502ca.tar.gz crosstool-ng-9b076a39abf04442245738bf434cc35a85f502ca.tar.bz2 crosstool-ng-9b076a39abf04442245738bf434cc35a85f502ca.zip |
Record glibc 2.24+ dependency
... on kernel headers of 3.2 and newer.
Fixes #794.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 363ab348..f6791301 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -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" |