Revert "gallium: remove unused PIPE_CC_GCC_VERSION"
This reverts commit e60928f4c4.
PIPE_CC_GCC_VERSION is used by some of our in-house code which hasn't
been upstreamed yet.
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