Explorar el Código

fix musl mips soft-float bootup in qemu

Waldemar Brodkorb hace 8 años
padre
commit
c1a656613c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      package/musl/Makefile

+ 5 - 0
package/musl/Makefile

@@ -45,6 +45,11 @@ endif
 ifeq ($(ADK_TARGET_CPU_ARCH),sh4eb)
 MARCH:=			sheb
 endif
+ifeq ($(ADK_TARGET_ARCH_MIPS),y)
+ifeq ($(ADK_TARGET_SOFT_FLOAT),y)
+MARCH:=			$(ADK_TARGET_CPU_ARCH)-sf
+endif
+endif
 ifeq ($(ADK_TARGET_ARCH_ARM),y)
 ifeq ($(ADK_TARGET_ABI),eabihf)
 MARCH:=			armhf