gallium/util: added PIPE_CC_GCC_VERSION symbol
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#define PIPE_CC_GCC
|
||||
#define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user