8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

libcds patch for s390x from Dan Horák (https://github.com/sharkcz)

This commit is contained in:
AlexPeshkoff 2022-11-28 14:27:39 +03:00
parent 556a4e97f8
commit ecc4002af1

View File

@ -103,6 +103,11 @@
# define CDS_BUILD_BITS 64
# define CDS_PROCESSOR__NAME "IBM PowerPC64"
# define CDS_PROCESSOR__NICK "ppc64"
#elif defined(__s390x__)
# define CDS_PROCESSOR_ARCH CDS_PROCESSOR_S390X
# define CDS_BUILD_BITS 64
# define CDS_PROCESSOR__NAME "IBM Z"
# define CDS_PROCESSOR__NICK "s390x"
#elif defined(__arm__) && __SIZEOF_POINTER__ == 4 && __ARM_ARCH >= 7 && __ARM_ARCH < 8
# define CDS_PROCESSOR_ARCH CDS_PROCESSOR_ARM7
# define CDS_BUILD_BITS 32