aboutsummaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-07-24 22:14:20 +0000
committerjshin@chromium.org <jshin@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-07-24 22:14:20 +0000
commit533466397f1085e135e82a308ea4d9d83373e91a (patch)
treef73abffef9f1e548806209ec287bdf59242eec08 /README.chromium
parent95bfa8555ce12fad2dffa00dc072f3280dabe0c9 (diff)
downloadicu-533466397f1085e135e82a308ea4d9d83373e91a.tar.gz
Add U_PF_NATIVE_CLIENT
NaCl has to be identified by '__native_client__'. Currently, we assume that NaCl has a signature of Linux (e.g. __linux___), but that is not the case. Add a new platform (U_PF_NATIVE_CLIENT) to platform.h and treat it as Linux-based. Upstream bug : http://bugs.icu-project.org/trac/ticket/11033 BUG=NONE TEST=NaCl builds fine when ICU is rolled to this revision. R=ncbray@chromium.org Review URL: https://codereview.chromium.org/419013002 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu52@285387 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.chromium b/README.chromium
index 089f07e..1416586 100644
--- a/README.chromium
+++ b/README.chromium
@@ -31,6 +31,9 @@ This directory contains the source code of ICU 52.1 for C/C++
Upstream bug for QNX : http://bugs.icu-project.org/trac/ticket/10811
Upstream bug for newlib : http://bugs.icu-project.org/trac/ticket/10873
+ - patches/platform_nacl.patch to add U_PF_NATIVE_CLIENT
+ Upstream bug : http://bugs.icu-project.org/trac/ticket/11033
+
3. Breakiterator patches