From 9c58bd6689876e36879ff24f357bb32d9e780b03 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 13 Jul 2011 22:06:44 +0200 Subject: [PATCH] PPC: Update install docs. --- doc/install.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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: MSVC + SDK v7.0
WinSDK v7.0 -ARMv5+
ARM9E+ +ARMv5+
ARM9E+
GCC 4.2+ GCC 4.2+ GCC 4.2+   -PPC/e500v2 +PPC +GCC 4.3+ +GCC 4.3+ +  +  + + +PPC/e500v2 GCC 4.3+ GCC 4.3+   @@ -383,12 +390,18 @@ make HOST_CC="gcc -m32 -arch i386" CROSS=$ISDKP TARGET_FLAGS="$ISDKF" \ TARGET=arm TARGET_SYS=iOS

-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