Add support for ppc64le arch (rhbz#1053263).
This commit is contained in:
parent
639617a0ed
commit
c4c64c841c
5
config.h
5
config.h
@ -20,7 +20,12 @@
|
|||||||
#elif defined(__ia64__)
|
#elif defined(__ia64__)
|
||||||
#include "ruby/config-ia64.h"
|
#include "ruby/config-ia64.h"
|
||||||
#elif defined(__powerpc64__)
|
#elif defined(__powerpc64__)
|
||||||
|
#include <endian.h>
|
||||||
|
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||||
#include "ruby/config-ppc64.h"
|
#include "ruby/config-ppc64.h"
|
||||||
|
#else
|
||||||
|
#include "ruby/config-ppc64le.h"
|
||||||
|
#endif
|
||||||
#elif defined(__powerpc__)
|
#elif defined(__powerpc__)
|
||||||
#include "ruby/config-ppc.h"
|
#include "ruby/config-ppc.h"
|
||||||
#elif defined(__s390x__)
|
#elif defined(__s390x__)
|
||||||
|
@ -893,9 +893,10 @@ OPENSSL_ENABLE_MD5_VERIFY=1 make check TESTS="-v $DISABLE_TESTS"
|
|||||||
%{ruby_libdir}/tkextlib
|
%{ruby_libdir}/tkextlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 03 2014 Vít Ondruch <vondruch@redhat.com> - 2.0.0.353-17
|
* Wed Jan 15 2014 Vít Ondruch <vondruch@redhat.com> - 2.0.0.353-17
|
||||||
- Fix RubyGems version (rhbz#1036708).
|
- Fix RubyGems version (rhbz#1036708).
|
||||||
- Fix FTBFS due to expired certificate for IMAP test case.
|
- Fix FTBFS due to expired certificate for IMAP test case.
|
||||||
|
- Add support for ppc64le arch (rhbz#1053263).
|
||||||
|
|
||||||
* Mon Nov 25 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.353-16
|
* Mon Nov 25 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.353-16
|
||||||
- Update to Ruby 2.0.0-p353.
|
- Update to Ruby 2.0.0-p353.
|
||||||
|
Loading…
Reference in New Issue
Block a user