Module: Mesa
Branch: master
Commit: bf37433f8c0fe14b92758f5f35449e35f3a38f9c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf37433f8c0fe14b92758f5f35449e35f3a38f9c

Author: Timothy Arceri <[email protected]>
Date:   Fri Dec 12 20:38:22 2014 +1100

gbm: remove support for GCC older than 4.1.0

Signed-off-by: Timothy Arceri <[email protected]>
Reviewed-By: Jose Fonseca <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>

---

 src/gbm/main/gbmint.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gbm/main/gbmint.h b/src/gbm/main/gbmint.h
index 31345e6..155eb12 100644
--- a/src/gbm/main/gbmint.h
+++ b/src/gbm/main/gbmint.h
@@ -32,7 +32,7 @@
 #include <sys/stat.h>
 
 /* GCC visibility */
-#if defined(__GNUC__) && __GNUC__ >= 4
+#if defined(__GNUC__)
 #define GBM_EXPORT __attribute__ ((visibility("default")))
 #else
 #define GBM_EXPORT

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to