Kaydet (Commit) e1da117c authored tarafından Pedro Giffuni's avatar Pedro Giffuni

i125711 - Illumos port: generalize MAX_ALIGNMENT for Solaris

GCC in Ilumos appears to behave exactly like the Solaris SUNPRO
compiler so generalize the case for Solaris.
üst 22235c6a
...@@ -356,8 +356,8 @@ sal_Bool SAL_CALL uno_type_isAssignableFromData( ...@@ -356,8 +356,8 @@ sal_Bool SAL_CALL uno_type_isAssignableFromData(
#endif #endif
#if defined(INTEL) \ #if defined(INTEL) \
&& (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) || defined(OS2)) || defined(MACOSX) \ && (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) \
|| defined(__SUNPRO_CC) && defined(SOLARIS)) || defined(OS2)) || defined(MACOSX) || defined(SOLARIS))
#define MAX_ALIGNMENT_4 #define MAX_ALIGNMENT_4
#endif #endif
......
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