diff options
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 28e4004c..a34c4209 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -289,6 +289,12 @@ comment "| Building GLIBC locales requires that GLIBC supports " comment "| the build machine as the target. " endif # LIBC_GLIBC && GLIBC_LOCALES +# Older Glibc versions are incompatible with newer makeinfo versions. Skip +# building the user manual if needed. +config GLIBC_MAKEINFO_WORKAROUND + def_bool y + depends on GLIBC_2_23_or_older + if KERNEL_LINUX choice GLIBC_SUPPORTED_KERNEL |