Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
a4256fcb
Commit
a4256fcb
authored
Jan 19, 2012
by
Alexandre Savard
Browse files
Merge branch 'master' of
git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
parents
ecf192c9
aa2dd717
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/libs/pjproject/pjlib/include/pj/config.h
View file @
a4256fcb
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment