diff --git a/doc/install.html b/doc/install.html index ebf3ff73..8f2796e7 100644 --- a/doc/install.html +++ b/doc/install.html @@ -122,14 +122,21 @@ operating systems, CPUs and compilers:
-You can cross-compile for a PPC/e500v2 target on an x86 or x64 host system -using a standard GNU cross-compile toolchain (Binutils, GCC, EGLIBC). +You can cross-compile for a PPC target or a +PPC/e500v2 target on x86 or x64 host systems using a standard +GNU cross-compile toolchain (Binutils, GCC, EGLIBC). The CROSS prefix may vary depending on the --target of the toolchain:
+# PPC +make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- TARGET=ppc ++
+# PPC/e500v2 make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe