]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Fix build on 32-bit userlands
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 14 Mar 2014 13:12:13 +0000 (14:12 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Sat, 15 Mar 2014 08:32:36 +0000 (09:32 +0100)
commit7b97f6c131f16ff68c7cfcd394e6ffb5933a6809
tree8fdad9afd71f7afd1f8cd558c574b3a04ee9f17d
parent082f5225935daa6ba5aee0ea51b68ad794965fb0
x86: Fix build on 32-bit userlands

If building for a 32-bit target userland, the toolchain defaults to
32-bit as well. While we gain -m64 automatically while building the
kernel module, we need to inject it explicitly for the hypervisor and
the inmates.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/Makefile
inmates/Makefile