aboutsummaryrefslogtreecommitdiffstats
path: root/math/cgal/files/patch-include_CGAL_config.h
blob: 98b0a25856ee58718be693bb4aab3196024bfcba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- include/CGAL/config.h.orig  2016-09-16 19:00:17 UTC
+++ include/CGAL/config.h
@@ -300,7 +300,8 @@
    || defined(__x86_64) || defined(__x86_64__) \
    || defined(__ia64) || defined(__ia64__) \
    || defined(_M_IX86) || defined(_M_IA64) \
-   || defined(_M_ALPHA) || defined(_WIN64)
+   || defined(_M_ALPHA) || defined(_WIN64) \
+   || defined(__arm)
 #  define CGAL_LITTLE_ENDIAN
 #else
 #  error Unknown endianness