mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
util: remove support for GCC older than 4.1.0
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-By: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
0936d42d52
commit
e801fbb813
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#define PIPE_ATOMIC_OS_SOLARIS
|
||||
#elif defined(_MSC_VER)
|
||||
#define PIPE_ATOMIC_MSVC_INTRINSIC
|
||||
#elif defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 401)
|
||||
#elif defined(__GNUC__)
|
||||
#define PIPE_ATOMIC_GCC_INTRINSIC
|
||||
#else
|
||||
#error "Unsupported platform"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue