Kaynağa Gözat

fix musl mips soft-float bootup in qemu

Waldemar Brodkorb 8 yıl önce
ebeveyn
işleme
c1a656613c
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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