sal/osl/unx/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3dd63a6f7167fea8245830c4f1e10f97c0f4f39d Author: Pedro Giffuni <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
