Rudimentary LSBBitOrder for FreeBSD
This commit is contained in:
committed by
Jon Trulson
parent
a06126dd4c
commit
3ef58433e6
@@ -52,6 +52,19 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
|
|||||||
# define HasGcc2 YES
|
# define HasGcc2 YES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* For DtHelp TIFF processing routines. */
|
||||||
|
#ifdef AMD64Architecture
|
||||||
|
#define LSBBitOrder YES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef ARMArchitecture
|
||||||
|
#define LSBBitOrder YES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef i386Architecture
|
||||||
|
#define LSBBitOrder YES
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MkdirHierCmd mkdir -p
|
#define MkdirHierCmd mkdir -p
|
||||||
|
|
||||||
#define CcCmd gcc
|
#define CcCmd gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user