Added support for Intel Mac platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@121 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -104,11 +104,13 @@
|
||||
#define FLM_HPUX
|
||||
#define FLM_BIG_ENDIAN
|
||||
#define FLM_STRICT_ALIGNMENT
|
||||
#elif (defined( __ppc__) || defined( __ppc64__)) && defined( __APPLE__)
|
||||
#elif defined( __APPLE__)
|
||||
#define FLM_UNIX
|
||||
#define FLM_OSX
|
||||
#define FLM_BIG_ENDIAN
|
||||
#define FLM_STRICT_ALIGNMENT
|
||||
#if (defined( __ppc__) || defined( __ppc64__))
|
||||
#define FLM_BIG_ENDIAN
|
||||
#define FLM_STRICT_ALIGNMENT
|
||||
#endif
|
||||
#else
|
||||
#error Platform architecture is undefined.
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user