Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1132)

Unified Diff: pnacl/build.sh

Issue 70163008: Fix newlib build for iconv so that we support UTF-16LE and UCS-4LE. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 50f5cc56b106dbf4b3cb2d5ef3f11cc940650add..bba12699908c77c0f8db36ad8c676c99ba20d0ff 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -2336,8 +2336,8 @@ newlib-configure() {
--disable-texinfo \
--disable-libgloss \
--enable-newlib-iconv \
- --enable-newlib-iconv-from-encodings=UTF-8,UTF-16,UCS-4 \
- --enable-newlib-iconv-to-encodings=UTF-8,UTF-16,UCS-4 \
+ --enable-newlib-iconv-from-encodings=UTF-8,UTF-16LE,UCS-4LE,UTF-16,UCS-4 \
+ --enable-newlib-iconv-to-encodings=UTF-8,UTF-16LE,UCS-4LE,UTF-16,UCS-4 \
--enable-newlib-io-long-long \
--enable-newlib-io-long-double \
--enable-newlib-io-c99-formats \
« no previous file with comments | « no previous file | tools/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698