⛏️ index : buildtools.git

author mshlyn <linlongzhou@163.com> 2014-08-23 0:55:48.0 +08:00:00
committer Adrien Destugues <pulkomandy@gmail.com> 2014-11-07 21:38:45.0 +01:00:00
commit
ff47abe8d7e552a3712bae0bc6bf17fd695e824f [patch]
tree
4795dccf43e82b4ec1bf8ff43b1a2de5871383e6
parent
c2607d0bbd6ff799a1a399a2edf02a6648cf6d28
download
ff47abe8d7e552a3712bae0bc6bf17fd695e824f.tar.gz

Fix x86 configure option for crosscompile on Linux

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

Fixes #11150.

Diff

 INSTALL-as-haiku-cross-compiler-on-LINUX | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL-as-haiku-cross-compiler-on-LINUX b/INSTALL-as-haiku-cross-compiler-on-LINUX
index 25c2738..92f26f0 100644
--- a/INSTALL-as-haiku-cross-compiler-on-LINUX
+++ b/INSTALL-as-haiku-cross-compiler-on-LINUX
@@ -12,7 +12,7 @@

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.