From 981ec8d2aac5cac76bdedd4015b6d32447b29597 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 20 Jan 2020 22:56:47 +0100 Subject: Remove support for de-facto dead archs. --- src/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Makefile') 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)) ifeq (PS3,$(TARGET_SYS)) DASM_AFLAGS+= -D PPE -D TOC endif - ifneq (,$(findstring LJ_ARCH_PPC64 ,$(TARGET_TESTARCH))) - DASM_ARCH= ppc64 - endif endif endif endif -- cgit v1.2.3-55-g6feb