mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
util: remove Sun C Compiler support
Support for this compiler was dropped in 51564f04b7
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
This commit is contained in:
parent
c0a7e931e3
commit
4eb0e90c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ do { \
|
|||
#define MUST_CHECK
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
|
||||
#if defined(__GNUC__)
|
||||
#define ATTRIBUTE_NOINLINE __attribute__((noinline))
|
||||
#else
|
||||
#define ATTRIBUTE_NOINLINE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue