[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/osl

Pedro Giffuni pfg at apache.org
Wed Oct 7 09:09:22 PDT 2015


 sal/osl/unx/util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dd63a6f7167fea8245830c4f1e10f97c0f4f39d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 7 15:48:25 2015 +0000

    Enable some code from SUN Studio that works for other compilers (GCC).
    
    Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov.

diff --git a/sal/osl/unx/util.c b/sal/osl/unx/util.c
index aca748e..a6a40f9 100644
--- a/sal/osl/unx/util.c
+++ b/sal/osl/unx/util.c
@@ -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;


More information about the Libreoffice-commits mailing list