Re: [Xen-devel] [PATCH v3] tools/configure: only require bcc/ld86/as86 when needed

2016-03-01 Thread Ian Jackson
Wei Liu writes ("Re: [Xen-devel] [PATCH v3] tools/configure: only require bcc/ld86/as86 when needed"): > On Wed, Feb 24, 2016 at 09:03:29AM -0600, Doug Goldstein wrote: > > bcc/ld86/as86 are necessary when we build ROMBIOS. However if we do not > > build it (and are not

Re: [Xen-devel] [PATCH v3] tools/configure: only require bcc/ld86/as86 when needed

2016-03-01 Thread Wei Liu
On Wed, Feb 24, 2016 at 09:03:29AM -0600, Doug Goldstein wrote: > bcc/ld86/as86 are necessary when we build ROMBIOS. However if we do not > build it (and are not building qemu-trad), the build requirements are > overly strict and can lead to failures. > > Signed-off-by: Doug Goldstein > Reviewed-

[Xen-devel] [PATCH v3] tools/configure: only require bcc/ld86/as86 when needed

2016-02-24 Thread Doug Goldstein
bcc/ld86/as86 are necessary when we build ROMBIOS. However if we do not build it (and are not building qemu-trad), the build requirements are overly strict and can lead to failures. Signed-off-by: Doug Goldstein Reviewed-by: Konrad Rzeszutek Wilk --- CC: Ian Jackson CC: Stefano Stabellini CC: