summaryrefslogtreecommitdiff
path: root/unicode
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-11 15:08:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-11 15:08:46 +0000
commit0d244e11569291f8eec9c4268510f72ae3cbfc2a (patch)
tree4c9b3de512929a270b2336c486b271adb0c5c1f4 /unicode
parent3c9be46f96e2ce6bdca9d268f7d477704259fe95 (diff)
downloadiconv-0d244e11569291f8eec9c4268510f72ae3cbfc2a.tar.gz
iconv-0d244e11569291f8eec9c4268510f72ae3cbfc2a.tar.bz2
Various fixes to make compilation with GCCSDK4 work.
Add an Iconv command (currently no code support) svn path=/trunk/iconv/; revision=5682
Diffstat (limited to 'unicode')
-rw-r--r--unicode/ReadMe9
1 files changed, 7 insertions, 2 deletions
diff --git a/unicode/ReadMe b/unicode/ReadMe
index 527bdd8..41e8069 100644
--- a/unicode/ReadMe
+++ b/unicode/ReadMe
@@ -16,8 +16,13 @@ The include directory should contain the exported headers:
+ utf8.h
+ utf16.h
-The lib directory should contain the compiled library:
+The lib directory should contain the library compiled for the host platform:
+ libunicode.a (renamed from ucodelib.a)
- + libunicode-m.a (renamed from ucodelibm.a)
+The libro directory should contain the library compiled for RISC OS:
+
+ + libunicode.a (renamed from ucodelib.a)
+
+If wanting to build the RISC OS module, ensure that the library was built with
+-mmodule. Otherwise, linking will fail with differing FP implementations.