Re: [Xen-devel] [PATCH][XTF] don't require x32 support in binutils

2016-12-14 Thread Andrew Cooper
On 14/12/16 13:10, Andrew Cooper wrote: > On 14/12/16 13:07, Jan Beulich wrote: >> Older binutils don't have this at all, and newer may not have it >> configured in. >> >> Signed-off-by: Jan Beulich > > Reviewed-by: Andrew Cooper , although > >> --- a/build/gen.mk >> +++ b/build/gen.mk >> @@ -40,6

Re: [Xen-devel] [PATCH][XTF] don't require x32 support in binutils

2016-12-14 Thread Andrew Cooper
On 14/12/16 13:07, Jan Beulich wrote: > Older binutils don't have this at all, and newer may not have it > configured in. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper , although > > --- a/build/gen.mk > +++ b/build/gen.mk > @@ -40,6 +40,8 @@ install: install-each-env info.json >

[Xen-devel] [PATCH][XTF] don't require x32 support in binutils

2016-12-14 Thread Jan Beulich
Older binutils don't have this at all, and newer may not have it configured in. Signed-off-by: Jan Beulich --- a/build/gen.mk +++ b/build/gen.mk @@ -40,6 +40,8 @@ install: install-each-env info.json @$(INSTALL_DIR) $(DESTDIR)$(xtftestdir)/$(NAME) $(INSTALL_DATA) info.json $(DESTD