aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2018-10-20 20:51:05 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2018-10-20 20:51:05 +0000
commit4644f9bef6bcfa8d1ead9db38a548567cda8eac6 (patch)
treebf3f05ef69b6c102a205b879802d456e8bd98265 /targets
parentf4f33ea0c752ff0f9bfad34991d5bbb54e71133d (diff)
downloadsrc-4644f9bef6bcfa8d1ead9db38a548567cda8eac6.tar.gz
src-4644f9bef6bcfa8d1ead9db38a548567cda8eac6.zip
Add -b/-l options to localedef(1) to specify output endianness and use
it appropriately when building share/ctypedef and share/colldef. This makes the resulting locale data in EL->EB (amd64->powerpc64) cross build and in the native EB build match. Revert the changes done to libc in r308170 as they are no longer needed. PR: 231965 Reviewed by: bapt, emaste, sbruno, 0mp Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D17603
Notes
Notes: svn path=/head/; revision=339489
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/Makefile.depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index 941b943a3983..28493b3c9cd6 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -246,6 +246,7 @@ DIRDEPS+= \
usr.bin/lex/lib \
usr.bin/limits \
usr.bin/locale \
+ usr.bin/localedef \
usr.bin/locate/bigram \
usr.bin/locate/code \
usr.bin/locate/locate \