summaryrefslogtreecommitdiff
path: root/libc/iconvdata
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-05-15 00:13:34 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-05-15 00:13:34 +0000
commit61cbd85d12af235a70ce428a0d83236c83c5ac93 (patch)
tree57a8e532c48f78cf333f81570ce0947b19f69628 /libc/iconvdata
parented9dc01a08c9c2bb7ee226c40db28bd439956b7a (diff)
downloadeglibc2-61cbd85d12af235a70ce428a0d83236c83c5ac93.tar.gz
* iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
* localedata/Makefile (LOCALES): Add en_US.UTF-8. git-svn-id: svn://svn.eglibc.org/trunk@6170 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/iconvdata')
-rw-r--r--libc/iconvdata/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/iconvdata/Makefile b/libc/iconvdata/Makefile
index af51901a2..cdb767505 100644
--- a/libc/iconvdata/Makefile
+++ b/libc/iconvdata/Makefile
@@ -75,6 +75,9 @@ ifeq ($(have-thread-library),yes)
tests += bug-iconv3
endif
+bug-iconv6-ENV = LOCPATH=$(common-objpfx)localedata
+tst-iconv7-ENV = LOCPATH=$(common-objpfx)localedata
+
test-srcs := tst-table-from tst-table-to
endif