Browse Source

musl: fix sh4eb ld.so symlink

Waldemar Brodkorb 9 years ago
parent
commit
e06a60fb2c
1 changed files with 1 additions and 1 deletions
  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)