Re: [Xen-devel] [PATCH v2] automation: enable building rombios with clang

2019-03-15 Thread Doug Goldstein
>>> On Mar 15, 2019, at 8:34 AM, Wei Liu wrote: >>> On Sat, Aug 25, 2018 at 10:01:38PM -0500, Doug Goldstein wrote: > On Fri, Aug 24, 2018 at 04:34:35PM +0100, Wei Liu wrote: > On Fri, Aug 24, 2018 at 10:32:24AM -0500, Doug Goldstein wrote: > On Fri, Aug 24, 2018 at 04:22:47PM +

Re: [Xen-devel] [PATCH v2] automation: enable building rombios with clang

2019-03-15 Thread Wei Liu
On Sat, Aug 25, 2018 at 10:01:38PM -0500, Doug Goldstein wrote: > On Fri, Aug 24, 2018 at 04:34:35PM +0100, Wei Liu wrote: > > On Fri, Aug 24, 2018 at 10:32:24AM -0500, Doug Goldstein wrote: > > > On Fri, Aug 24, 2018 at 04:22:47PM +0100, Wei Liu wrote: > > > > Previously it is disabled because the

Re: [Xen-devel] [PATCH v2] automation: enable building rombios with clang

2018-08-26 Thread Wei Liu
On Sat, Aug 25, 2018 at 10:01:38PM -0500, Doug Goldstein wrote: > On Fri, Aug 24, 2018 at 04:34:35PM +0100, Wei Liu wrote: > > On Fri, Aug 24, 2018 at 10:32:24AM -0500, Doug Goldstein wrote: > > > On Fri, Aug 24, 2018 at 04:22:47PM +0100, Wei Liu wrote: > > > > Previously it is disabled because the

Re: [Xen-devel] [PATCH v2] automation: enable building rombios with clang

2018-08-25 Thread Doug Goldstein
On Fri, Aug 24, 2018 at 04:34:35PM +0100, Wei Liu wrote: > On Fri, Aug 24, 2018 at 10:32:24AM -0500, Doug Goldstein wrote: > > On Fri, Aug 24, 2018 at 04:22:47PM +0100, Wei Liu wrote: > > > Previously it is disabled because the embedded ipxe can't be built > > > with clang. Now that ipxe is split o

Re: [Xen-devel] [PATCH v2] automation: enable building rombios with clang

2018-08-24 Thread Wei Liu
On Fri, Aug 24, 2018 at 10:32:24AM -0500, Doug Goldstein wrote: > On Fri, Aug 24, 2018 at 04:22:47PM +0100, Wei Liu wrote: > > Previously it is disabled because the embedded ipxe can't be built > > with clang. Now that ipxe is split out we can use --with-system-ipxe > > to work around the issue. >

Re: [Xen-devel] [PATCH v2] automation: enable building rombios with clang

2018-08-24 Thread Doug Goldstein
On Fri, Aug 24, 2018 at 04:22:47PM +0100, Wei Liu wrote: > Previously it is disabled because the embedded ipxe can't be built > with clang. Now that ipxe is split out we can use --with-system-ipxe > to work around the issue. > > Signed-off-by: Wei Liu > --- > +# iPXE cannot be built with clan

[Xen-devel] [PATCH v2] automation: enable building rombios with clang

2018-08-24 Thread Wei Liu
Previously it is disabled because the embedded ipxe can't be built with clang. Now that ipxe is split out we can use --with-system-ipxe to work around the issue. Signed-off-by: Wei Liu --- automation/scripts/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation