Browse Source

Remove endianness assumption for PPC64

v2.6-maintenance
Sami Vaarala 5 years ago
parent
commit
28f01b1b40
  1. 4
      config/architectures/architecture_powerpc64.h.in

4
config/architectures/architecture_powerpc64.h.in

@ -1,5 +1,3 @@
#define DUK_USE_ARCH_STRING "ppc64"
#if !defined(DUK_USE_BYTEORDER)
#define DUK_USE_BYTEORDER 3
#endif
/* No forced byteorder (both little and big endian are possible). */
#undef DUK_USE_PACKED_TVAL

Loading…
Cancel
Save