Skip to content
Snippets Groups Projects
Commit a4256fcb authored by Alexandre Savard's avatar Alexandre Savard
Browse files
parents ecf192c9 aa2dd717
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,18 @@
# define PJ_IS_BIG_ENDIAN 0
# endif
#elif defined (PJ_M_S390) || defined(__s390) || defined(__s390__) || \
defined(__S390__) || defined(_M_S390)
/*
* S390, big endian
*/
# undef PJ_M_S390
# define PJ_M_S390 1
# define PJ_M_NAME "s390"
# define PJ_HAS_PENTIUM 0
# define PJ_IS_LITTLE_ENDIAN 0
# define PJ_IS_BIG_ENDIAN 1
#elif defined (PJ_M_POWERPC) || defined(__powerpc) || defined(__powerpc__) || \
defined(__POWERPC__) || defined(__ppc__) || defined(_M_PPC) || \
defined(_ARCH_PPC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment