summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-11-28 08:47:29 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-11-30 06:56:44 (GMT)
commit5075e1f98e4329502682746cc30fa5c0c5a19d26 (patch)
tree339cb7b1dfecd9bd893cc488d1ec4abe231f7320 /config
parentf441a6bf0dc7031145a1383e8037daf48f7c60ca (diff)
glibc: Add comment about python 3.4 dependency
Add a comment that is visible when the python3.4 prerequisite is not met so that users can tell why they can't select a newer glibc version. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/libc/glibc.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 3905f6e..659a86b 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -59,6 +59,9 @@ config GLIBC_DEP_PYTHON
def_bool y
select GLIBC_REQUIRE_older_than_2_29 if !CONFIGURE_has_python_3_4_or_newer
+comment "glibc >=2.29 requires python >3.4"
+ depends on !CONFIGURE_has_python_3_4_or_newer
+
config GLIBC_DEP_MAKE_4_0
def_bool y
depends on GLIBC_2_28_or_later && !CONFIGURE_has_make_4_0_or_newer