mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Rudimentary LSBBitOrder for FreeBSD
This commit is contained in:
parent
a06126dd4c
commit
3ef58433e6
1 changed files with 13 additions and 0 deletions
|
@ -52,6 +52,19 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
|
|||
# define HasGcc2 YES
|
||||
#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 CcCmd gcc
|
||||
|
|
Loading…
Reference in a new issue