aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2018-10-27 21:17:01 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2018-10-27 21:17:01 +0000
commit0a8c491e712d0079e7d8ad72378aad82d7a9378f (patch)
treed8249e70c6bfd1d59e1d75543145645084fcecbe /targets
parentd5958b4d6d511eeea9f316fff45172be85b64369 (diff)
downloadsrc-0a8c491e712d0079e7d8ad72378aad82d7a9378f.tar.gz
src-0a8c491e712d0079e7d8ad72378aad82d7a9378f.zip
MFC r339489:
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: re (gjb), kib (mentor) Differential Revision: https://reviews.freebsd.org/D17603
Notes
Notes: svn path=/stable/12/; revision=339825
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 \