loader: Compile x86-specific code on x86 Linux
authorSimon McVittie <smcv@collabora.com>
Thu, 6 Jan 2022 14:03:40 +0000 (14:03 +0000)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 6 Jan 2022 18:24:11 +0000 (11:24 -0700)
commitb9936f2b7a5e687e9962a1930f3489550dcc5242
tree21d51c97f035e2e9f5713c33ab1e5389dfaedc26
parentdb5e3d0f454f063db7b4505e4d08b759f1874bbb
loader: Compile x86-specific code on x86 Linux

Unfortunately, the taxonomy used for CMAKE_SYSTEM_PROCESSOR is
OS-specific: on Windows, IA32 is identified as x86, but on Linux,
it can be identified as i386, i486, i586 or i686.

Signed-off-by: Simon McVittie <smcv@collabora.com>
loader/CMakeLists.txt