--- cross-compile.mdwn 2007/12/01 02:08:27 1.2
+++ cross-compile.mdwn 2007/12/01 02:45:02 1.3
@@ -1,16 +1,7 @@
-A complete cross compile system can be setup easily. For example:
+If you want to cross-compile pcc (from a build machine to a different host machine):
- $ cd binutils-2.18
- $ ./configure --target=mips-netbsdelf
+ $ export CC=mips-netbsdelf-pcc
+ $ ./configure --host=mips-netbsdelf
$ make&& make install
- $ cd ../pcc
- $ ./configure --target=mips-netbsdelf
- $ make&& make install
-
-The compiler from the above example is called /usr/local/bin/mips-netbsdelf-pcc.
-
-Copying the header files from the target machine into /usr/local/mips-netbsdelf/include and the libraries into /usr/local/mips-netbsdelf/lib is
-sufficient to build binaries.
-It's possible for multiple cross-compilers to exist on the host system at
-the same time (which was the motivation for doing this!).
\ No newline at end of file
+This will build pcc into a mipsel binary for running on NetBSD.
\ No newline at end of file
Powered by rcshistory.cgi 0.3