Fix x86 configure option for crosscompile on Linux

Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>

Fixes #11150.
This commit is contained in:
mshlyn 2014-08-23 00:55:48 +08:00 committed by Adrien Destugues
parent c2607d0bbd
commit ff47abe8d7

View File

@ -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.