Selaa lähdekoodia

musl: fix sh4eb dynamic linker name

Waldemar Brodkorb 7 vuotta sitten
vanhempi
commit
35a7408e21
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)