[CRIU] [PATCH 04/11] make: Itroduce PROTOUFIX variable
Pavel Emelyanov
xemul at parallels.com
Fri Apr 24 04:55:12 PDT 2015
On 04/23/2015 01:00 AM, Cyrill Gorcunov wrote:
> On Wed, Apr 22, 2015 at 05:44:06PM -0400, Christopher Covington wrote:
>> On 04/22/2015 01:19 PM, Cyrill Gorcunov wrote:
>>> We will need it for x86-32 as well, not on ARM only.
>>>
>>> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
>>> ---
>>> Makefile | 7 +++++++
>>> protobuf/Makefile | 2 +-
>>> 2 files changed, 8 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/Makefile b/Makefile
>>> index 6e6efb290823..ed2a1992efd5 100644
>>> --- a/Makefile
>>> +++ b/Makefile
>>> @@ -51,6 +51,8 @@ ifeq ($(ARCH),i386)
>>> SRCARCH := x86-32
>>> DEFINES := -DCONFIG_X86_32
>>> VDSO := y
>>> + PROTOUFIX := y
>>> + export PROTOUFIX
>>
>> Should this go in the big list of exports that's later in the makefile?
>
> It might be undefined and unexported. Still we may clean it up if make
> is fine with exporting undefined vars.
Applied
More information about the CRIU
mailing list