mirror of
https://github.com/mupen64plus-ae/mupen64plus-video-glide64mk2.git
synced 2024-11-23 05:29:46 +00:00
Add ppc64le support
This commit is contained in:
parent
55f330e6fb
commit
409eef76c9
@ -108,6 +108,15 @@ ifneq ("$(filter ppc64 powerpc64,$(HOST_CPU))","")
|
||||
NO_ASM := 1
|
||||
$(warning Architecture "$(HOST_CPU)" not officially supported.')
|
||||
endif
|
||||
ifneq ("$(filter ppc64le powerpc64le,$(HOST_CPU))","")
|
||||
CPU := PPC
|
||||
ARCH_DETECTED := 64BITS
|
||||
BIG_ENDIAN := 0
|
||||
PIC ?= 1
|
||||
NO_ASM := 1
|
||||
NO_SSE := 1
|
||||
$(warning Architecture "$(HOST_CPU)" not officially supported.')
|
||||
endif
|
||||
ifneq ("$(filter arm%,$(HOST_CPU))","")
|
||||
ifeq ("$(filter arm%b,$(HOST_CPU))","")
|
||||
CPU := ARM
|
||||
|
Loading…
Reference in New Issue
Block a user