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:
Brian Paul 2017-05-22 10:30:16 -06:00
parent 359fa0e9a0
commit 3ad5325da0

View file

@ -53,6 +53,7 @@
#if defined(__GNUC__)
#define PIPE_CC_GCC
#define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
#endif
/*