On the OpenIndiana Hipster distribution, compiling with GCC 4.9 would fail because __BYTE_ORDER__ was defined but not to any of the values assumed to be associated with this define (__LITTLE_ENDIAN__ or __BIG_ENDIAN__). Instead it was defined to either __ORDER_LITTLE_ENDIAN__ or __ORDER_BIG_ENDIAN__. This caused compilation to fail. Fixed by checking that all referenced defines are in fact defined before using them and adding an additional #elif clause for this newly discovered condition. |
||
|---|---|---|
| .. | ||
| fuse-lite | ||
| ntfs-3g | ||
| Makefile.am | ||