Explorar el Código

musl: fix sh4eb dynamic linker name

Waldemar Brodkorb hace 7 años
padre
commit
35a7408e21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/musl/Makefile

+ 1 - 1
package/musl/Makefile

@@ -60,7 +60,7 @@ ifeq ($(ADK_TARGET_CPU_ARCH),sh4)
 MARCH:=			sh
 endif
 ifeq ($(ADK_TARGET_CPU_ARCH),sh4eb)
-MARCH:=			sh
+MARCH:=			sheb
 endif
 ifeq ($(ADK_TARGET_ARCH_MIPS),y)
 ifeq ($(ADK_TARGET_SOFT_FLOAT),y)