From: Mike Pall Date: Wed, 13 Jul 2011 20:06:44 +0000 (+0200) Subject: PPC: Update install docs. X-Git-Tag: v2.0.0-beta9~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c58bd6689876e36879ff24f357bb32d9e780b03;p=thirdparty%2FLuaJIT.git PPC: Update install docs. --- 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