mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
gallium/util: added PIPE_CC_GCC_VERSION symbol
This commit is contained in:
parent
09325b9ff4
commit
f6d5e58427
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
#if defined(__GNUC__)
|
||||
#define PIPE_CC_GCC
|
||||
#define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue