|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] fix another out-of-source-tree xenlinux build pr
>>> Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> 22.08.05 11:00:33 >>>
>
>On 22 Aug 2005, at 09:13, Jan Beulich wrote:
>
>> AFLAGS_vsyscall-int80.o = -m32 -I$(obj)
>> -AFLAGS_vsyscall-sysenter.o = -m32
>> -AFLAGS_vsyscall-syscall.o = -m32
>> +AFLAGS_vsyscall-sysenter.o = -m32 -I$(obj)
>> +AFLAGS_vsyscall-syscall.o = -m32 -I$(obj)
>
>How come native out-of-tree builds don't require this patch?
Because they don't use the symbolic link mechanism xenlinux uses; these
symbolic links are created in the objtree (or if they don't, as I found
in some cases, their rules need to be changed, since srctree should
never be touched).
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|