diff options
| author | 2025-01-14 00:44:16 +0900 | |
|---|---|---|
| committer | 2025-01-14 02:44:16 +1100 | |
| commit | aa5cd150b3e159d342b7bb0778f7517fe5c4ed1a (patch) | |
| tree | bca15924bf754254052364067778850c49922701 /makefile | |
| parent | 4dab319804dc2a81769937acafc486ffc750b61d (diff) | |
cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162)
* cpu/uml.cpp: Removed unused vector type.
* 3rdparty/asmjit: Update asmjit to latest upstream.
* cpu/drcbex64.cpp: Fixed crash with LOG_HASHJMPS enabled (stack needs to be 16-byte aligned before calling debug_log_hashjmp_fail).
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -390,16 +390,15 @@ endif ifeq ($(findstring arm,$(UNAME)),arm) ARCHITECTURE := -ifndef FORCE_DRC_C_BACKEND - FORCE_DRC_C_BACKEND := 1 +ifneq ($(PLATFORM),arm64) + ifndef FORCE_DRC_C_BACKEND + FORCE_DRC_C_BACKEND := 1 + endif endif endif ifeq ($(findstring aarch64,$(UNAME)),aarch64) ARCHITECTURE := -ifndef FORCE_DRC_C_BACKEND - FORCE_DRC_C_BACKEND := 1 -endif endif ifeq ($(findstring s390x,$(UNAME)),s390x) |
