buildtools/INSTALL-as-haiku-cross-compiler-on-LINUX
Jérôme Duval 3dd8d8f58c update reference to gcc4.
* to trigger the build.
2016-03-04 20:27:59 +01:00

21 lines
740 B
Plaintext

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 gcc5 instead by doing this:
$ ./configure --build-cross-tools <arch> ../buildtools
Replace "<arch>" with either "x86" or "ppc", depending on which of the two
architectures you want to build for.