]> granicus.if.org Git - curl/commitdiff
James Bursa wrote a section about cross-compiling for RISC OS
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Feb 2003 13:10:54 +0000 (13:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Feb 2003 13:10:54 +0000 (13:10 +0000)
docs/INSTALL

index 597ced80a37347a6aa68e3ba5accd64fe48b5202..1771d57acc3bc528bc06b667d686cb70632a3a87 100644 (file)
@@ -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