Re: [Xen-devel] [PATCH] tools/configure: generate stubs and long-double 32-bit headers if needed

2020-02-23 Thread Christopher Clark
On Mon, Feb 10, 2020 at 8:21 AM Ian Jackson wrote: > > Christopher Clark writes ("[PATCH] tools/configure: generate stubs and > long-double 32-bit headers if needed"): > > The gnu/stubs-32.h and bits/long-double-32.h headers are required to > > build hvmloader but are not always available in

[Xen-devel] [PATCH] tools/configure: generate stubs and long-double 32-bit headers if needed

2020-02-10 Thread Ian Jackson
Christopher Clark writes ("[PATCH] tools/configure: generate stubs and long-double 32-bit headers if needed"): > The gnu/stubs-32.h and bits/long-double-32.h headers are required to > build hvmloader but are not always available in 64-bit build > environments. To avoid introducing a build

Re: [Xen-devel] [PATCH] tools/configure: generate stubs and long-double 32-bit headers if needed

2020-02-10 Thread Roger Pau Monné
On Sun, Feb 09, 2020 at 08:35:14PM -0800, Christopher Clark wrote: > The gnu/stubs-32.h and bits/long-double-32.h headers are required to > build hvmloader but are not always available in 64-bit build > environments. To avoid introducing a build requirement on 32-bit > multilib generate versions

[Xen-devel] [PATCH] tools/configure: generate stubs and long-double 32-bit headers if needed

2020-02-09 Thread Christopher Clark
The gnu/stubs-32.h and bits/long-double-32.h headers are required to build hvmloader but are not always available in 64-bit build environments. To avoid introducing a build requirement on 32-bit multilib generate versions of them from the 64-bit equivalent header. This patch enables the removal