diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-11-28 21:47:29 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-11-30 19:56:44 +1300 |
commit | 5075e1f98e4329502682746cc30fa5c0c5a19d26 (patch) | |
tree | 339cb7b1dfecd9bd893cc488d1ec4abe231f7320 /config | |
parent | f441a6bf0dc7031145a1383e8037daf48f7c60ca (diff) | |
download | crosstool-ng-5075e1f98e4329502682746cc30fa5c0c5a19d26.tar.gz crosstool-ng-5075e1f98e4329502682746cc30fa5c0c5a19d26.tar.bz2 crosstool-ng-5075e1f98e4329502682746cc30fa5c0c5a19d26.zip |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 3905f6e9..659a86b2 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 |