Re: [PATCH v3 5/8] selftest/x86: build both bitnesses

2015-04-20 Thread Andy Lutomirski
On Mon, Apr 20, 2015 at 4:15 PM, Tyler Baker wrote: > Using uname with the processor flag option in some cases can yield 'unknown' > so lets use the machine flag option as it is deterministic. Add a dependency > for all_32 when building on a x86 64 bit host so that both bitnesses are > built in th

[PATCH v3 5/8] selftest/x86: build both bitnesses

2015-04-20 Thread Tyler Baker
Using uname with the processor flag option in some cases can yield 'unknown' so lets use the machine flag option as it is deterministic. Add a dependency for all_32 when building on a x86 64 bit host so that both bitnesses are built in this case. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --