FTK change. Renamed FLM_GENERIC_SPARC to FLM_SPARC_GENERIC. Also renamed the "generic" target to "genericsparc".

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@794 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-08-23 16:40:24 +00:00
parent 7f949c01a5
commit 3755f0e717
3 changed files with 8 additions and 6 deletions

View File

@@ -1307,7 +1307,7 @@ FLMUINT f_getFSBlockSize(
/****************************************************************************
Desc:
****************************************************************************/
#if defined( FLM_SPARC) && !defined( FLM_GENERIC_SPARC) && !defined( FLM_SPARC_PLUS)
#if defined( FLM_SPARC) && !defined( FLM_SPARC_GENERIC) && !defined( FLM_SPARC_PLUS)
#error This build will use mutex-based atomics.
#endif