[Mesa-dev] [PATCH 5/5] util: remove Sun C Compiler support

Timothy Arceri timothy.arceri at collabora.com
Wed Sep 7 04:28:20 UTC 2016


Support for this compiler was dropped in 51564f04b77e6
---
 src/util/macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/macros.h b/src/util/macros.h
index 7ca891a..1e0287d 100644
--- a/src/util/macros.h
+++ b/src/util/macros.h
@@ -218,7 +218,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
-- 
2.7.4



More information about the mesa-dev mailing list