mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
9d1360b282
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 |