crosstool-ng/config/comp_libs/gettext.in
Alexey Neyman c6ff1eca5b Restrict *-uclibc,* canadians to gettext 0.20
Newer gettext is incompatible with uClibc-NG in cross-compilation, see
the comment in the code.

Signed-off-by: Alexey Neyman <stilor@att.net>
2022-02-11 00:47:51 -08:00

12 lines
354 B
Plaintext

# gettext options
config GETTEXT_INCOMPATIBLE_WITH_UCLIBC_NG
def_bool y
depends on GETTEXT_0_21_or_later
if GETTEXT_INCOMPATIBLE_WITH_UCLIBC_NG
comment "This version of gettext is not compatible with uClibc-NG. Select"
comment "a different version if uClibc-NG is used on the target or (in a"
comment "Canadian cross build) on the host."
endif