>>> On 27.04.16 at 16:42, <[email protected]> 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 a result of this, the current instruction tests were performed against 
> the
> integrated assembler, but then at build time the non-integrated assembler
> was used. If both have feature-parity, this is a non-issue, but we cannot
> assume this.
> 
> Fix this by passing AFLAGS in the instruction test, and including the arch
> Rules.mk makefile after AFLAGS is set.
> 
> Signed-off-by: Roger Pau MonnĂ© <[email protected]>

Feels a little fragile at first, but looks okay, so:
Reviewed-by: Jan Beulich <[email protected]>

_______________________________________________
Xen-devel mailing list
[email protected]
http://lists.xen.org/xen-devel

Reply via email to