mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
c6ff1eca5b
Newer gettext is incompatible with uClibc-NG in cross-compilation, see the comment in the code. Signed-off-by: Alexey Neyman <stilor@att.net>
12 lines
354 B
Plaintext
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
|