[Mesa-dev] [PATCH] Revert "gallium: remove unused PIPE_CC_GCC_VERSION"
Brian Paul
brianp at vmware.com
Tue May 23 16:25:22 UTC 2017
On 05/22/2017 05:30 PM, Timothy Arceri wrote:
> Hi Brain,
>
> It's been 7 months since this landed. Why not just send this out with
> those patches when you are ready to upsteam?
Coming soon... This is a simple revert and I don't think I really need
an R-b, but I thought I'd give a heads-up.
-Brian
>
> On 23/05/17 02:31, Brian Paul wrote:
>> This reverts commit e60928f4c4bd4484821d83f2b16a910ea9f5f9d9.
>>
>> PIPE_CC_GCC_VERSION is used by some of our in-house code which hasn't
>> been upstreamed yet.
>> ---
>> src/gallium/include/pipe/p_config.h | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/src/gallium/include/pipe/p_config.h
>> b/src/gallium/include/pipe/p_config.h
>> index 98c433f..3fa43ed 100644
>> --- a/src/gallium/include/pipe/p_config.h
>> +++ b/src/gallium/include/pipe/p_config.h
>> @@ -53,6 +53,7 @@
>> #if defined(__GNUC__)
>> #define PIPE_CC_GCC
>> +#define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
>> #endif
>> /*
>>
More information about the mesa-dev
mailing list