Skip to content

Commit

Permalink
Add support powerpc64le
Browse files Browse the repository at this point in the history
This supports little endian of powerpc64.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  • Loading branch information
iwamatsu authored and regehr committed Nov 21, 2017
1 parent b58bdca commit c05ee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.cpp
Expand Up @@ -57,7 +57,7 @@
// from the current time.
//
#ifndef HAVE_ARC4RANDOM_BUF
# if defined(__powerpc__) || defined(__powerpc64__)
# if defined(__powerpc__) || defined(__powerpc64__) || defined(__powerpc64le__)
static inline unsigned long read_time(void)
{
unsigned long a;
Expand Down

0 comments on commit c05ee1d

Please sign in to comment.