diff options
| author | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
| commit | dfe84fd8c545b6f2da721e3f86f9b00f31711abd (patch) | |
| tree | aec798be428f542a17d36990686f83a0552ae70d /src/Makefile | |
| parent | 968725c4d57851f46d5aa51ad8db8880e323300b (diff) | |
| download | luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.gz luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.bz2 luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.zip | |
PPC/e500: Drop support for this architecture.
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 |
