You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/10/07 17:48:26 UTC

svn commit: r1707328 - /openoffice/trunk/main/sal/osl/unx/util.c

Author: pfg
Date: Wed Oct  7 15:48:25 2015
New Revision: 1707328

URL: http://svn.apache.org/viewvc?rev=1707328&view=rev
Log:
Enable some code from SUN Studio that works for other compilers (GCC).

Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov.


Modified:
    openoffice/trunk/main/sal/osl/unx/util.c

Modified: openoffice/trunk/main/sal/osl/unx/util.c
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/util.c?rev=1707328&r1=1707327&r2=1707328&view=diff
==============================================================================
--- openoffice/trunk/main/sal/osl/unx/util.c (original)
+++ openoffice/trunk/main/sal/osl/unx/util.c Wed Oct  7 15:48:25 2015
@@ -313,7 +313,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;