Re: [PATCH 3/4] livepatch: do the initial build using CROSS_COMPILE

2022-03-08 Thread Ross Lagerwall
> From: Roger Pau Monne > Sent: Wednesday, March 2, 2022 2:27 PM > To: xen-devel@lists.xenproject.org > Cc: Ross Lagerwall ; konrad.w...@oracle.com > ; doe...@amazon.de ; jul...@xen.org > ; Andrew Cooper ; Roger Pau Monne > > Subject: [PATCH 3/4] livepatch: do

Re: [PATCH 3/4] livepatch: do the initial build using CROSS_COMPILE

2022-03-02 Thread Doebel, Bjoern
On 02.03.22 15:27, Roger Pau Monne wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. Setting it afterwards for further builds will cause the build logic to detect a

[PATCH 3/4] livepatch: do the initial build using CROSS_COMPILE

2022-03-02 Thread Roger Pau Monne
Setting it afterwards for further builds will cause the build logic to detect a change and thus force a rebuild of all sources. Signed-off-by: Roger Pau Monné --- livepatch-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/livepatch-build b/livepatch-build index e1715ea