Kaydet (Commit) 34f8b2b7 authored tarafından Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer Kaydeden (comit) Michael Meeks

single cpu detection: remove 'defined(__SUNPRO_C)' requirement

Change-Id: Iab3d103688d07ceea05b257ac012a0292c837a85
üst eb1192ec
......@@ -317,7 +317,7 @@ void osl_InitSparcV9(void)
#endif
#if ( defined(__GNUC__) && (defined(X86) || defined(X86_64)) )\
|| ( defined(SOLARIS) && defined (__SUNPRO_C) && defined(__i386) )
|| ( defined(SOLARIS) && defined(__i386) )
/* Safe default */
int osl_isSingleCPU = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment