diff options
| author | Mike Pall <mike> | 2020-01-20 22:56:47 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2020-01-20 22:56:47 +0100 |
| commit | 981ec8d2aac5cac76bdedd4015b6d32447b29597 (patch) | |
| tree | 4af0d16247b1c0fb00dceb42dcae098aafd7140e /src/Makefile | |
| parent | 9749952b55d2003de012c6b0aa6507c06eb320b8 (diff) | |
| download | luajit-981ec8d2aac5cac76bdedd4015b6d32447b29597.tar.gz luajit-981ec8d2aac5cac76bdedd4015b6d32447b29597.tar.bz2 luajit-981ec8d2aac5cac76bdedd4015b6d32447b29597.zip | |
Remove support for de-facto dead archs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 386f279f..1777cbe6 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -461,9 +461,6 @@ ifeq (ppc,$(TARGET_LJARCH)) | |||
| 461 | ifeq (PS3,$(TARGET_SYS)) | 461 | ifeq (PS3,$(TARGET_SYS)) |
| 462 | DASM_AFLAGS+= -D PPE -D TOC | 462 | DASM_AFLAGS+= -D PPE -D TOC |
| 463 | endif | 463 | endif |
| 464 | ifneq (,$(findstring LJ_ARCH_PPC64 ,$(TARGET_TESTARCH))) | ||
| 465 | DASM_ARCH= ppc64 | ||
| 466 | endif | ||
| 467 | endif | 464 | endif |
| 468 | endif | 465 | endif |
| 469 | endif | 466 | endif |
