From: Jan Kiszka <[email protected]>

Analogously to the hypervisor core: Our inmates do not set up vector
extensions, thus stumble if the compiler generates corresponding code.

Signed-off-by: Jan Kiszka <[email protected]>
---
 inmates/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inmates/Makefile b/inmates/Makefile
index a4ab7903..b4d4366c 100644
--- a/inmates/Makefile
+++ b/inmates/Makefile
@@ -32,8 +32,8 @@ ifneq ($(wildcard $(INC_CONFIG_H)),)
 KBUILD_CFLAGS += -include $(INC_CONFIG_H)
 endif
 ifeq ($(SRCARCH),arm)
-KBUILD_CFLAGS += -march=armv7ve
-KBUILD_AFLAGS += -march=armv7ve
+KBUILD_CFLAGS += -march=armv7ve -msoft-float
+KBUILD_AFLAGS += -march=armv7ve -msoft-float
 endif

 OBJCOPYFLAGS := -O binary --remove-section=.note.gnu.property
--
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/1c3a9508644c5f1d9fd5d6d0cdc8caf28c90b35c.1609752982.git.jan.kiszka%40web.de.

Reply via email to