From 91f6f48eada9e039fd91542dc4fcca5ed165ff5e Mon Sep 17 00:00:00 2001 From: DJs3000 Date: Wed, 15 Nov 2023 15:45:58 +0300 Subject: [PATCH] Update eaplatform.h add e2k architecture --- include/Common/EABase/config/eaplatform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/Common/EABase/config/eaplatform.h b/include/Common/EABase/config/eaplatform.h index cc297ec..fcc64a2 100644 --- a/include/Common/EABase/config/eaplatform.h +++ b/include/Common/EABase/config/eaplatform.h @@ -420,6 +420,10 @@ #define EA_PROCESSOR_POWERPC_32 1 #define EA_SYSTEM_BIG_ENDIAN 1 #define EA_PLATFORM_DESCRIPTION "Linux on PowerPC" + #elif defined(__e2k__) + #define EA_PROCESSOR_E2K 1 + #define EA_SYSTEM_LITTLE_ENDIAN 1 + #define EA_PLATFORM_DESCRIPTION "Linux on x64" #else #error Unknown processor #error Unknown endianness