From: Jan Kiszka <[email protected]> Required with newer gcc as we may otherwise "gain" vector instructions that are not supported by Jailhouse. This is analogously to the kernel.
Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/arch/arm/Makefile b/hypervisor/arch/arm/Makefile index ad5b2276..a54370fc 100644 --- a/hypervisor/arch/arm/Makefile +++ b/hypervisor/arch/arm/Makefile @@ -12,5 +12,5 @@ LINUXINCLUDE += -I$(src)/arch/arm-common/include -KBUILD_CFLAGS += -marm -march=armv7ve -KBUILD_AFLAGS += -march=armv7ve +KBUILD_CFLAGS += -marm -march=armv7ve -msoft-float +KBUILD_AFLAGS += -march=armv7ve -msoft-float -- 2.26.2 -- 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/1b4c2b27ccf2f873bc1e66e9b0182a76f1191a3c.1609774199.git.jan.kiszka%40web.de.
