freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on S


From: Alexei Podtelezhnikov
Subject: Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on Solaris x64
Date: Thu, 3 May 2018 10:39:40 -0400

> +#elif defined( __SUNPRO_C ) && __SUNPRO_C >= 0x500
> +#define FT_EXPORT( x )  __attribute__(( visibility( "__global" ) ))  x

Simply,
+#define FT_EXPORT( x )  __global  x

I would consider -D__GNUC__=4  for Solaris too, only if it also
supports GNU style assembler and __builtin_clz.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]