From: Timothy Arceri Date: Wed, 7 Sep 2016 04:28:20 +0000 (+1000) Subject: util: remove Sun C Compiler support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4eb0e90c6b59f9c5b789b33078afdec1975838af;p=mesa.git util: remove Sun C Compiler support Support for this compiler was dropped in 51564f04b77e6 Acked-by: Edward O'Callaghan --- diff --git a/src/util/macros.h b/src/util/macros.h index 9ddf675965b..9dea2a05f4c 100644 --- a/src/util/macros.h +++ b/src/util/macros.h @@ -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