Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cds/compiler/gcc/compiler_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down