Re: [Xen-devel] [PATCH] build: fix assembler instruction tests again

2016-05-31 Thread Wei Liu
On Tue, May 31, 2016 at 06:48:48AM -0600, Jan Beulich wrote: > >>> On 31.05.16 at 14:25, wrote: > > On Mon, May 30, 2016 at 03:52:57AM -0600, Jan Beulich wrote: > >> Commit 7fb252bd41 ("build/xen: fix assembler instruction tests") added > >> $(AFLAGS) here, which results in all of those tests now

Re: [Xen-devel] [PATCH] build: fix assembler instruction tests again

2016-05-31 Thread Jan Beulich
>>> On 31.05.16 at 14:25, wrote: > On Mon, May 30, 2016 at 03:52:57AM -0600, Jan Beulich wrote: >> Commit 7fb252bd41 ("build/xen: fix assembler instruction tests") added >> $(AFLAGS) here, which results in all of those tests now failing. >> Certain items need to be removed for things to work again

Re: [Xen-devel] [PATCH] build: fix assembler instruction tests again

2016-05-31 Thread Wei Liu
On Mon, May 30, 2016 at 03:52:57AM -0600, Jan Beulich wrote: > Commit 7fb252bd41 ("build/xen: fix assembler instruction tests") added > $(AFLAGS) here, which results in all of those tests now failing. > Certain items need to be removed for things to work again. > > Signed-off-by: Jan Beulich >

Re: [Xen-devel] [PATCH] build: fix assembler instruction tests again

2016-05-31 Thread Roger Pau Monne
On Mon, May 30, 2016 at 03:52:57AM -0600, Jan Beulich wrote: > Commit 7fb252bd41 ("build/xen: fix assembler instruction tests") added > $(AFLAGS) here, which results in all of those tests now failing. > Certain items need to be removed for things to work again. > > Signed-off-by: Jan Beulich Ack

[Xen-devel] [PATCH] build: fix assembler instruction tests again

2016-05-30 Thread Jan Beulich
Commit 7fb252bd41 ("build/xen: fix assembler instruction tests") added $(AFLAGS) here, which results in all of those tests now failing. Certain items need to be removed for things to work again. Signed-off-by: Jan Beulich --- a/Config.mk +++ b/Config.mk @@ -150,7 +150,8 @@ endif # as-insn: Chec