From: Jan Kiszka <[email protected]> Not all compilers may have this enabled by default when building 32-bit applications. Ubuntu does not, e.g.
Signed-off-by: Jan Kiszka <[email protected]> --- inmates/lib/x86/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inmates/lib/x86/Makefile.lib b/inmates/lib/x86/Makefile.lib index fec117ab..6190315b 100644 --- a/inmates/lib/x86/Makefile.lib +++ b/inmates/lib/x86/Makefile.lib @@ -63,7 +63,7 @@ $(obj)/%.bin: $(obj)/%-linked.o # 32-bit (i386) support define DECLARE_32_BIT = - CFLAGS_$(1).o := -m32 + CFLAGS_$(1).o := -m32 -msse LDFLAGS_$(1)-linked.o := /dev/null -m elf_i386 -T $(1)_32 := y endef -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/7c9a2eff-56a9-18a2-1ce3-5ed801c7e098%40siemens.com. For more options, visit https://groups.google.com/d/optout.
