From ff47abe8d7e552a3712bae0bc6bf17fd695e824f Mon Sep 17 00:00:00 2001 From: mshlyn Date: Sat, 23 Aug 2014 00:55:48 +0800 Subject: [PATCH] Fix x86 configure option for crosscompile on Linux Signed-off-by: Adrien Destugues Fixes #11150. --- 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 ../buildtools + $ ./configure --build-cross-tools ../buildtools Replace "" with either "x86" or "ppc", depending on which of the two architectures you want to build for. -- gitore 0.2.2