All projects changed to build with -xarch=v8plus when using the Workshop compiler on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@724 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1189,6 +1189,14 @@ FLMUINT f_getFSBlockSize(
|
||||
return( uiFSBlkSize);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Desc: Remove this error pragma if you really intend to run with
|
||||
mutex-based atomics
|
||||
****************************************************************************/
|
||||
#if defined( FLM_SOLARIS) && !defined( FLM_SPARC_PLUS)
|
||||
#error This Solaris build will use mutex-based atomics.
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
Desc:
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user