aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-28 13:10:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-28 13:10:54 +0000
commitf216059b4930be3bca1251a504fb43eda42a3d48 (patch)
treeb7396d4c405bd9eb2f2f2f5af3a5e7aef3a6aaad
parent9121b1f41dd4860089afba8227e94b85423ceed3 (diff)
James Bursa wrote a section about cross-compiling for RISC OS
-rw-r--r--docs/INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 597ced80a..1771d57ac 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -400,6 +400,17 @@ CROSS COMPILE
The '--prefix' parameter specifies where cURL will be installed. If
'configure' completes successfully, do 'make' and 'make install' as usual.
+RISC OS
+=======
+ The library can be cross-compiled using gccsdk as follows:
+
+ CC=riscos-gcc AR=riscos-ar RANLIB='riscos-ar -s' ./configure \
+ --host=arm-riscos-aof --without-random --disable-shared
+ make
+
+ where riscos-gcc and riscos-ar are links to the gccsdk tools.
+ You can then link your program with curl/lib/.libs/libcurl.a
+
PORTS
=====
This is a probably incomplete list of known hardware and operating systems