summaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/byte_order.h
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/byte_order.h')
-rw-r--r--vppinfra/vppinfra/byte_order.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/vppinfra/byte_order.h b/vppinfra/vppinfra/byte_order.h
index 4f385f152df..b2c26e5fdee 100644
--- a/vppinfra/vppinfra/byte_order.h
+++ b/vppinfra/vppinfra/byte_order.h
@@ -40,7 +40,7 @@
#include <vppinfra/clib.h>
-#if defined(__x86_64__) || defined(i386) || defined(__aarch64__)
+#if (__BYTE_ORDER__)==( __ORDER_LITTLE_ENDIAN__)
#define CLIB_ARCH_IS_BIG_ENDIAN (0)
#define CLIB_ARCH_IS_LITTLE_ENDIAN (1)
#else