Sfoglia il codice sorgente

musl: fix sh4eb dynamic linker name

Waldemar Brodkorb 7 anni fa
parent
commit
35a7408e21
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)