[CRIU] [PATCH 01/20] x86: moved x86-specific files into the directory arch/x86.

Alexander Kartashov alekskartashov at parallels.com
Thu Dec 13 07:46:36 EST 2012


On 12/13/2012 04:32 PM, Stanislav Kinsbursky wrote:
>>
>> diff --git a/arch/x86/Makefile.inc b/arch/x86/Makefile.inc
>> new file mode 100644
>> index 0000000..b63bd25
>> --- /dev/null
>> +++ b/arch/x86/Makefile.inc
>> @@ -0,0 +1,7 @@
>> +DEFINES   += -DCONFIG_X86_64
>> +ARCH_BITS := 64
>> +
>> +CC      := gcc
>> +LD      := ld
>> +OBJCOPY     := objcopy
>> +LDARCH     := i386:x86-64
>
> Why do you need this file?
> All these defines should be exported from global Makefile.

Initially the ARM branch was cross-compiled so I had to have different 
values of these variables
for ARM and x86. I think we shall leave this file in order to be able to 
cross-compile.

-- 
Sincerely yours,
Alexander Kartashov

Intern
Core team

www.parallels.com

Skype: aleksandr.kartashov
Email: alekskartashov at parallels.com



More information about the CRIU mailing list