⛏️ index : buildtools.git

author Oliver Tappe <zooey@hirschkaefer.de> 2006-08-26 12:15:54.0 +00:00:00
committer Oliver Tappe <zooey@hirschkaefer.de> 2006-08-26 12:15:54.0 +00:00:00
commit
3b858bf0a8bdaf7e227b9c2188769e94eafa60da [patch]
tree
3eb5db53278f8451ec80d3e33ab717bf1aa4d36a
parent
61e8e0f75cd14f6e5d0af6ed32c9943e2a775cb1
download
3b858bf0a8bdaf7e227b9c2188769e94eafa60da.tar.gz

* created explicit micro-documentation-file that describes how to build a cross compiler for haiku on LINUX.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@18629 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 INSTALL-as-haiku-cross-compiler-on-LINUX | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/INSTALL-as-haiku-cross-compiler-on-LINUX b/INSTALL-as-haiku-cross-compiler-on-LINUX
new file mode 100644
index 0000000..25c2738 100644
--- /dev/null
+++ b/INSTALL-as-haiku-cross-compiler-on-LINUX
@@ -1,0 +1,20 @@
How to create a cross-compiler on LINUX (or any other supported build platform)
for haiku (information is copied from haiku's README):

Please chdir into haiku's base directory (the one where Jamrules and README live).

If you want to build the default (legacy, 2.95.3) gcc, do this:

  $ ./configure --build-cross-tools ../buildtools

One of the last output lines should tell you that the tools have been built
successfully.

If you're not interested in binary compatibility (or want to build for the PowerPC architecture), you can build gcc4 instead by doing this:

  $ ./configure --build-cross-tools-gcc4 <arch> ../buildtools

Replace "<arch>" with either "x86" or "ppc", depending on which of the two
architectures you want to build for.