[Xen-devel] [PATCH for-4.7] build/xen: fix assembler instruction tests

2016-04-27 Thread Roger Pau Monne
The current test performed in order to check if the assembler supports certain instructions doesn't take into account the value of AFLAGS, which when using clang contains the option that disables the integrated assembler due to the lack of features. As a result of this, the current instruction tes

Re: [Xen-devel] [PATCH for-4.7] build/xen: fix assembler instruction tests

2016-04-27 Thread Wei Liu
On Wed, Apr 27, 2016 at 04:42:27PM +0200, Roger Pau Monne wrote: > The current test performed in order to check if the assembler supports > certain instructions doesn't take into account the value of AFLAGS, which > when using clang contains the option that disables the integrated assembler > due t

Re: [Xen-devel] [PATCH for-4.7] build/xen: fix assembler instruction tests

2016-04-28 Thread Jan Beulich
>>> On 27.04.16 at 16:42, wrote: > The current test performed in order to check if the assembler supports > certain instructions doesn't take into account the value of AFLAGS, which > when using clang contains the option that disables the integrated assembler > due to the lack of features. > > As