Codebase list mupen64plus-rsp-hle / ba228af
Removed redundant CPU detection Brigham Henry Keys 5 years ago
1 changed file(s) with 0 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
100100 BIG_ENDIAN := 1
101101 PIC ?= 1
102102 $(warning Architecture "$(HOST_CPU)" not officially supported.')
103 endif
104 ifneq ("$(filter aarch64,$(HOST_CPU))","")
105 CPU := AARCH
106 ARCH_DETECTED := 64BITS
107 PIC ?= 1
108 NO_ASM := 1
109103 endif
110104 ifneq ("$(filter arm%,$(HOST_CPU))","")
111105 ifeq ("$(filter arm%b,$(HOST_CPU))","")