summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Unit/endianness.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit/endianness.h b/test/Unit/endianness.h
index a123acd2..28b0ace6 100644
--- a/test/Unit/endianness.h
+++ b/test/Unit/endianness.h
@@ -52,7 +52,7 @@
/* .. */
/* Mac OSX has __BIG_ENDIAN__ or __LITTLE_ENDIAN__ automatically set by the compiler (at least with GCC) */
-#if defined(__APPLE__) && defined(__MACH__)
+#if defined(__APPLE__) && defined(__MACH__) || defined(__ellcc__ )
#ifdef __BIG_ENDIAN__
#if __BIG_ENDIAN__