commit | e9886ace222eb48bb57bd541320056ca334bd3a0 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Mon May 11 15:11:36 2015 -0700 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Tue May 12 20:02:40 2015 -0600 |
tree | 11c057e7a46cff720383c099edbee96eec4b60e6 | |
parent | c1e6e5cb941b54c2e7e84d9a796c1ad8377f44da [diff] |
selftests, x86: Rework x86 target architecture detection We currently fail to build on a non-multilib x86_64 target. We print a helpful error, but it's nicer to allow the build to succeed. Fix it and improve cross-compilation support by detecting architecture support directly and building only the relevant tests. Signed-off-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>