Ver Fonte

musl: fix sh4eb ld.so symlink

Waldemar Brodkorb há 10 anos atrás
pai
commit
e06a60fb2c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      package/musl/Makefile

+ 1 - 1
package/musl/Makefile

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