summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-01 05:52:06 (GMT)
committerGitHub <noreply@github.com>2017-03-01 05:52:06 (GMT)
commit864d1358e05d6f175a85c4ad7c4a2b0360efdbe2 (patch)
treef5fce365ad325c8dc533193c6720390629a847d6 /config
parent98ebad15a0c131ce6fb8e8019418bcc35e018ffe (diff)
parent2c2cbd9b9ab7509ca1a98c654d503fc4534c4d8a (diff)
Merge pull request #625 from stilor/skip-localedef
Skip localedef
Diffstat (limited to 'config')
-rw-r--r--config/libc/glibc.in.25
1 files changed, 4 insertions, 1 deletions
diff --git a/config/libc/glibc.in.2 b/config/libc/glibc.in.2
index 9d3c2e1..93b7b59 100644
--- a/config/libc/glibc.in.2
+++ b/config/libc/glibc.in.2
@@ -136,12 +136,15 @@ config LIBC_LOCALES
which is required in order to support internationalization.
if LIBC_glibc && LIBC_LOCALES
-comment "WARNING! "
+comment "WARNING! "
comment "| The built locales will be usable if and only if the build "
comment "| machine and the target: "
comment "| - have the same endianness, "
comment "| - and have the same alignment requirements for uint32_t. "
comment "| You will have to check by yourself (for now). "
+comment "WARNING! "
+comment "| Building GLIBC locales requires that GLIBC supports "
+comment "| the build machine as the target. "
endif # LIBC_glibc && LIBC_LOCALES
if KERNEL_linux