summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-28 02:44:40 (GMT)
committerAlexey Neyman <stilor@att.net>2017-08-28 03:27:21 (GMT)
commit24b0e666b599253ff4884558a095a9d730694133 (patch)
tree06f5ae0e47689e16d84f982579b0c363e7221620 /config/libc/glibc.in
parent4d012dd5663a593c2cca851d60a6bac414ffdb09 (diff)
Apply ucontext patch to mainstream GCC releases
Not applicable to 4.8, as GLIBC2.26 requires 4.9 or newer. Record that dependency. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index ee90884..c600326 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -26,6 +26,14 @@ config GLIBC_DEP_KERNEL_HEADERS_VERSION
def_bool y
select LINUX_REQUIRE_3_2_or_later if GLIBC_2_24_or_later
+config GLIBC_DEP_BINUTILS
+ def_bool y
+ select BINUTILS_REQUIRE_2_25_or_later if GLIBC_2_26_or_later
+
+config GLIBC_DEP_GCC
+ def_bool y
+ select GCC_REQUIRE_4_9_or_later if GLIBC_2_26_or_later
+
config THREADS
default "nptl"