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. --- src/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 88dc8166..90cb28ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -50,7 +50,6 @@ CCOPT_x64= CCOPT_arm= CCOPT_arm64= CCOPT_ppc= -CCOPT_ppcspe= CCOPT_mips= # CCDEBUG= @@ -224,9 +223,6 @@ else ifneq (,$(findstring LJ_TARGET_PPC ,$(TARGET_TESTARCH))) TARGET_LJARCH= ppc else -ifneq (,$(findstring LJ_TARGET_PPCSPE ,$(TARGET_TESTARCH))) - TARGET_LJARCH= ppcspe -else ifneq (,$(findstring LJ_TARGET_MIPS ,$(TARGET_TESTARCH))) ifneq (,$(findstring MIPSEL ,$(TARGET_TESTARCH))) TARGET_ARCH= -D__MIPSEL__=1 @@ -240,7 +236,6 @@ endif endif endif endif -endif ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH))) TARGET_SYS= PS3 -- cgit v1.2.3-55-g6feb