mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
Fix x86 configure option for crosscompile on Linux
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com> Fixes #11150.
This commit is contained in:
parent
c2607d0bbd
commit
ff47abe8d7
@ -12,7 +12,7 @@ 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
|
||||
$ ./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.
|
||||
|
Loading…
Reference in New Issue
Block a user