Codebase list mupen64plus-rsp-hle / 16c31f0
Merge pull request #68 from djames1/master Added ppc64le support Richard Goedeken authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
9898 CPU := PPC
9999 ARCH_DETECTED := 64BITS
100100 BIG_ENDIAN := 1
101 PIC ?= 1
102 $(warning Architecture "$(HOST_CPU)" not officially supported.')
103 endif
104 ifneq ("$(filter ppc64le powerpc64le,$(HOST_CPU))","")
105 CPU := PPC
106 ARCH_DETECTED := 64BITS
107 BIG_ENDIAN := 0
101108 PIC ?= 1
102109 $(warning Architecture "$(HOST_CPU)" not officially supported.')
103110 endif