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

Unified Diff: README.chromium

Issue 141063008: Add support for QNX Neutrino. Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: Undo change to _XOPEN_SOURCE_EXTENDED Created 6 years, 10 months 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 | icu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index f5dfcae50a8087a9499d22ed35879a54d036941a..c4e6564a7611bb1c8262d1cd347f6311984f051a 100644
--- a/README.chromium
+++ b/README.chromium
@@ -302,3 +302,12 @@ This directory contains the source code of ICU 4.6 for C/C++
27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
- patches/declspec.patch
+
+28. Add support for QNX Neutrino.
+ 1. patches/platform.qnx.patch:
+ Add source/common/unicode/pqnx.h.
+ 2. patches/si_value.undef.patch:
+ Work around an all-lowercase macro defined in <signal.h>.
+ 3. patches/xopen_source.patch:
+ Set _XOPEN_SOURCE to 600 as in the upstream changeset:
+ http://bugs.icu-project.org/trac/changeset/30418
« no previous file with comments | « no previous file | icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698