Explorar el Código

fix musl mipsel sf ld.so link

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb hace 8 años
padre
commit
81fc45482a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      package/musl/Makefile

+ 4 - 0
package/musl/Makefile

@@ -53,9 +53,13 @@ MARCH:=			sheb
 endif
 ifeq ($(ADK_TARGET_ARCH_MIPS),y)
 ifeq ($(ADK_TARGET_SOFT_FLOAT),y)
+ifeq ($(ADK_TARGET_LITTLE_ENDIAN),y)
+MARCH:=			mipsel-sf
+else
 MARCH:=			mips-sf
 endif
 endif
+endif
 ifeq ($(ADK_TARGET_ARCH_MIPS64),y)
 ifeq ($(ADK_TARGET_ABI_N32),y)
 ifeq ($(ADK_TARGET_LITTLE_ENDIAN),y)