diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 88dc8166..90cb28ce 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -50,7 +50,6 @@ CCOPT_x64= | |||
50 | CCOPT_arm= | 50 | CCOPT_arm= |
51 | CCOPT_arm64= | 51 | CCOPT_arm64= |
52 | CCOPT_ppc= | 52 | CCOPT_ppc= |
53 | CCOPT_ppcspe= | ||
54 | CCOPT_mips= | 53 | CCOPT_mips= |
55 | # | 54 | # |
56 | CCDEBUG= | 55 | CCDEBUG= |
@@ -224,9 +223,6 @@ else | |||
224 | ifneq (,$(findstring LJ_TARGET_PPC ,$(TARGET_TESTARCH))) | 223 | ifneq (,$(findstring LJ_TARGET_PPC ,$(TARGET_TESTARCH))) |
225 | TARGET_LJARCH= ppc | 224 | TARGET_LJARCH= ppc |
226 | else | 225 | else |
227 | ifneq (,$(findstring LJ_TARGET_PPCSPE ,$(TARGET_TESTARCH))) | ||
228 | TARGET_LJARCH= ppcspe | ||
229 | else | ||
230 | ifneq (,$(findstring LJ_TARGET_MIPS ,$(TARGET_TESTARCH))) | 226 | ifneq (,$(findstring LJ_TARGET_MIPS ,$(TARGET_TESTARCH))) |
231 | ifneq (,$(findstring MIPSEL ,$(TARGET_TESTARCH))) | 227 | ifneq (,$(findstring MIPSEL ,$(TARGET_TESTARCH))) |
232 | TARGET_ARCH= -D__MIPSEL__=1 | 228 | TARGET_ARCH= -D__MIPSEL__=1 |
@@ -240,7 +236,6 @@ endif | |||
240 | endif | 236 | endif |
241 | endif | 237 | endif |
242 | endif | 238 | endif |
243 | endif | ||
244 | 239 | ||
245 | ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH))) | 240 | ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH))) |
246 | TARGET_SYS= PS3 | 241 | TARGET_SYS= PS3 |