From dfe84fd8c545b6f2da721e3f86f9b00f31711abd Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 4 Jan 2015 23:01:16 +0100 Subject: PPC/e500: Drop support for this architecture. --- doc/install.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index 2ad60c32..4d4b5ae3 100644 --- a/doc/install.html +++ b/doc/install.html @@ -141,13 +141,6 @@ operating systems, CPUs and compilers: XEDK (Xbox 360) -PPC/e500v2 -GCC 4.3+ -GCC 4.3+ -  -  - - MIPS GCC 4.3+ GCC 4.3+ @@ -387,8 +380,6 @@ make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabihf- # PPC make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- -# PPC/e500v2 (fast interpreter only) -make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- # MIPS big-endian make HOST_CC="gcc -m32" CROSS=mips-linux- -- cgit v1.2.3-55-g6feb